This commit is contained in:
苏尹岚
2021-03-19 09:18:34 +08:00
parent 875c29f655
commit 3c6d727423
4 changed files with 186 additions and 194 deletions

View File

@@ -691,5 +691,7 @@ func (c *SkuController) LoadStoreVendorCategories() {
// @Failure 200 {object} controllers.CallResult
// @router /RefreshNoImgSku [post]
func (c *SkuController) RefreshNoImgSku() {
c.callRefreshNoImgSku(func(params *tSkuRefreshNoImgSkuParams) (retVal interface{}, errCode string, err error) {
return retVal, "", err
})
}