调整奖励回调接口

This commit is contained in:
chy
2025-07-12 19:05:56 +08:00
parent 9113dab102
commit 7e93ce31a3
3 changed files with 4 additions and 1 deletions

View File

@ -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,