完善文案的状态流转
This commit is contained in:
@@ -66,6 +66,9 @@ func SetupRouter(r *gin.Engine) {
|
||||
|
||||
// 10.9 检查小红书绑定与Cookie状态
|
||||
employee.GET("/xhs/status", employeeCtrl.CheckXHSStatus)
|
||||
|
||||
// 10.10 更新文案状态(通过/拒绝)
|
||||
employee.POST("/article/:id/status", employeeCtrl.UpdateArticleStatus)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user