先锋赛季账号汇总数据接口
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user