修改UpdateSensitiveWord方法入参,ID成非必填,不选的话,默认只改vendorid=-2的

This commit is contained in:
平凡梦
2020-07-13 09:47:50 +08:00
parent 87d05b2166
commit 9a562a4f49
2 changed files with 7 additions and 10 deletions

View File

@@ -374,7 +374,7 @@ func (c *SkuController) InsertSensitiveWord() {
// @Param token header string true "认证token"
// @Param word query string true "关键词名字"
// @Param vendorID query int false "VendorID"
// @Param ID query int true "关键词ID"
// @Param ID query int false "关键词ID"
// @Param Status query int false "状态0为修改默认1为删除"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult