特朗普头像任务

This commit is contained in:
lianghuanjie
2025-01-20 21:55:43 +08:00
parent 38bb283fa1
commit 9c742c50c3
18 changed files with 266 additions and 32 deletions

View File

@@ -172,7 +172,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
{
// 领取任务奖励
Method: http.MethodGet,
Path: "/reward/:id",
Path: "/reward",
Handler: task.GetTaskRewardHandler(serverCtx),
},
{