This commit is contained in:
苏尹岚
2021-03-19 09:11:57 +08:00
parent 1f5f972402
commit 875c29f655

View File

@@ -683,3 +683,13 @@ func (c *SkuController) LoadStoreVendorCategories() {
return retVal, "", err
})
}
// @Title 刷新没图的商品
// @Description 刷新没图的商品
// @Param token header string true "认证token"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /RefreshNoImgSku [post]
func (c *SkuController) RefreshNoImgSku() {
}