|
@@ -332,6 +332,7 @@ func InitRoute(r *gin.Engine) {
|
|
|
s.POST("/localLife/task/list", controller.TaskController{}.LocalLifeTaskList) // 本地生活列表
|
|
|
s.POST("/localLife/del", controller.TaskController{}.LocalLifeDel) // 删除本地生活
|
|
|
s.POST("/localLife/close", controller.TaskController{}.LocalLifeClose) // 结束本地生活
|
|
|
+ s.POST("/locallife/review", handler.WrapReviewLocallifeHandler) // 本地生活任务审核
|
|
|
|
|
|
s.POST("/locallife/getrecuritddl", handler.WrapGetLocalRecruitTimeHandler) //本地生活招募截止时间
|
|
|
s.POST("/locallife/gettalentstatusnum", handler.WrapGetLocalTalentstatusNumHandler) //达人状态数量
|