This commit is contained in:
苏尹岚
2020-11-19 11:18:30 +08:00
parent c8ceeb6453
commit 728c779002

View File

@@ -1767,6 +1767,7 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
}, },
}) })
} }
time.Sleep(time.Second)
err = api.JdShop2API.UpdateExpand(utils.Str2Int(vendorStoreID)) err = api.JdShop2API.UpdateExpand(utils.Str2Int(vendorStoreID))
} }
break break