aa
This commit is contained in:
@@ -687,11 +687,13 @@ func (c *SkuController) LoadStoreVendorCategories() {
|
||||
// @Title 刷新没图的商品
|
||||
// @Description 刷新没图的商品
|
||||
// @Param token header string true "认证token"
|
||||
// @Param skuNameID formData int false "门店ID"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /RefreshNoImgSku [post]
|
||||
func (c *SkuController) RefreshNoImgSku() {
|
||||
c.callRefreshNoImgSku(func(params *tSkuRefreshNoImgSkuParams) (retVal interface{}, errCode string, err error) {
|
||||
err = cms.RefreshNoImgSku(params.Ctx, params.SkuNameID)
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user