调整奖励回调接口
This commit is contained in:
@ -29,7 +29,7 @@ func (c *ControllerV1) GetTaskList(ctx context.Context, req *v1.GetTaskListReq)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
glog.Infof(ctx, "The return task length of Game %d: %d", req.Gid, len(list.Data))
|
||||
glog.Info(ctx, list)
|
||||
return &v1.GetTaskListRes{
|
||||
List: list,
|
||||
|
||||
Reference in New Issue
Block a user