修改敏感词增加异常

This commit is contained in:
邹宗楠
2023-12-14 10:48:44 +08:00
parent 0f82e9ef7b
commit f45666eada
3 changed files with 2 additions and 3 deletions

View File

@@ -397,7 +397,6 @@ func (c *SkuController) GetSensitiveWordList() {
// @Title 插入敏感词列表
// @Description 插入敏感词列表
// @Param token header string true "认证token"
// @Param word formData string true "关键词名字"
// @Param vendorID formData int false "VendorID"
// @Success 200 {object} controllers.CallResult