先锋赛季账号汇总数据接口

This commit is contained in:
2025-02-26 11:43:04 +08:00
parent 92fbd8dfd0
commit 2ca1138fbb
9 changed files with 308 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
// Code generated by goctl. DO NOT EDIT.
// goctl 1.7.3
// goctl 1.7.6
package handler
@@ -169,6 +169,12 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
Path: "/nfts",
Handler: task.GetNftListHandler(serverCtx),
},
{
// 赛季奖励数据
Method: http.MethodGet,
Path: "/pioneer_reward",
Handler: task.PioneerRewardHandler(serverCtx),
},
{
// 领取任务奖励
Method: http.MethodGet,