This commit is contained in:
苏尹岚
2020-11-19 15:36:11 +08:00
parent ee3cc67527
commit f3bbb33c75

View File

@@ -332,7 +332,7 @@ func (p *PurchaseHandler) CreateStoreCategory(ctx *jxcontext.Context, storeID in
time.Sleep(time.Second * 2)
// flag := false
// for {
result, err := api.JdShopAPI.FindShopCategories()
result, err := getAPI(storeCat.VendorOrgCode).FindShopCategories()
if err != nil {
return err
}