修改用户未登录,登录查询游戏任务功能

This commit is contained in:
chy
2025-06-16 19:27:00 +08:00
parent 1e6816f802
commit 2b8544084e
6 changed files with 53 additions and 86 deletions

View File

@ -157,7 +157,7 @@ func (s *sTask) GetLoginTaskList(ctx context.Context, in *model.GetLoginTaskList
// 调用外部接口
data, err := tencent.GetLoginTaskList(ctx, in)
if err != nil {
return nil, ecode.Fail.Sub("调用接口异常")
return nil, err
}
// TODO 任务列表数据处理