feat: 快捷养护接口

This commit is contained in:
Blizzard
2026-04-27 10:43:42 +08:00
parent 3aae619af5
commit c5aa1c6f2c
4 changed files with 101 additions and 0 deletions
+3
View File
@@ -27,6 +27,9 @@ func (c *MyPlantRouter) InitPlantRouter(Router *gin.RouterGroup) {
//成长记录
myPlantRouter.POST("/growth/add", myPlantApi.AddGrowthRecord) // 添加成长记录
//快捷养护
myPlantRouter.POST("quickCare", myPlantApi.QuickCare) // 快捷养护记录
}
}