fix: carv api param

This commit is contained in:
lianghuanjie
2025-01-09 11:47:51 +08:00
parent d42327bc28
commit 6acad51ebd
4 changed files with 129 additions and 29 deletions

View File

@@ -73,7 +73,7 @@ func RegisterHandlers(server *rest.Server, serverCtx *svc.ServiceContext) {
{
// 游戏主线解锁第x章节
Method: http.MethodGet,
Path: "/unlock_chapter",
Path: "/unlock_chapter/:chapter",
Handler: carv.UnlockChapterHandler(serverCtx),
},
}...,