完善文案的状态流转

This commit is contained in:
sjk
2025-12-20 01:05:46 +08:00
parent 6802624e59
commit 15b579d64a
13 changed files with 547 additions and 181 deletions

View File

@@ -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)
}
}
}