修改未登录任务列表查询

This commit is contained in:
chy
2025-06-19 09:40:11 +08:00
parent 3c18686bf9
commit fc95fe5cfd
9 changed files with 50 additions and 17 deletions

View File

@ -329,6 +329,9 @@ func (s *gamelifeClient) RequestActivity(ctx context.Context, in *model.QQNetbar
return nil, ecode.Fail.Sub("请求失败")
}
return &result, nil
case consts.GetTaskList:
return nil, nil
default:
return nil, ecode.Fail.Sub("不支持的任务")
}