feat: 快捷养护接口
This commit is contained in:
@@ -27,6 +27,9 @@ func (c *MyPlantRouter) InitPlantRouter(Router *gin.RouterGroup) {
|
||||
//成长记录
|
||||
myPlantRouter.POST("/growth/add", myPlantApi.AddGrowthRecord) // 添加成长记录
|
||||
|
||||
//快捷养护
|
||||
myPlantRouter.POST("quickCare", myPlantApi.QuickCare) // 快捷养护记录
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user