feat: 完成任务异步领取等级

This commit is contained in:
Blizzard
2026-02-12 15:41:38 +08:00
parent 0405968597
commit bbc8e127f7
3 changed files with 44 additions and 7 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func (c *MyPlantRouter) InitPlantRouter(Router *gin.RouterGroup) {
myPlantRouter.POST("completeTask", myPlantApi.CompleteTask) // 完成任务
//成长记录
myPlantRouter.POST("/growth/add", myPlantApi.AddGrowthRecord)
myPlantRouter.POST("/growth/add", myPlantApi.AddGrowthRecord) // 添加成长记录
}