update
This commit is contained in:
parent
cbb23917c0
commit
449c921133
@ -1,21 +0,0 @@
|
|||||||
package worldtask
|
|
||||||
|
|
||||||
import (
|
|
||||||
"go_dreamfactory/comm"
|
|
||||||
"go_dreamfactory/pb"
|
|
||||||
|
|
||||||
"github.com/golang/protobuf/proto"
|
|
||||||
)
|
|
||||||
|
|
||||||
// 章节奖励领取
|
|
||||||
|
|
||||||
func (this *apiComp) ChapterawardCheck(session comm.IUserSession, req *pb.WorldtaskChapterawardReq) (code pb.ErrorCode) {
|
|
||||||
if req.GroupId <= 0 {
|
|
||||||
code = pb.ErrorCode_ReqParameterError
|
|
||||||
}
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
func (this *apiComp) Chapteraward(session comm.IUserSession, req *pb.WorldtaskChapterawardReq) (code pb.ErrorCode, data proto.Message) {
|
|
||||||
return
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user