beta
This commit is contained in:
@@ -1790,14 +1790,11 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) {
|
||||
outStoreSkuList, err := handler.GetStoreSkusBareInfo(ctx, vendorOrgCode, nil, 0, jdStoreIDxipu, skuInfos)
|
||||
for _, vv := range outStoreSkuList {
|
||||
skuMap[vv.VendorSkuID] = vv
|
||||
if vv.VendorSkuID == "2004046088" {
|
||||
fmt.Println("skuMap", utils.Format4Output(skuMap[vv.VendorSkuID], false))
|
||||
}
|
||||
}
|
||||
for _, jdStoreID := range jdStoreIDs {
|
||||
outStoreSkuList2, _ := handler.GetStoreSkusBareInfo(ctx, vendorOrgCode, nil, 0, jdStoreID, skuInfos)
|
||||
skuInfos2 := StoreSkuFullList2BareFilter(allSkuNameInfoList)
|
||||
outStoreSkuList2, _ := handler.GetStoreSkusBareInfo(ctx, vendorOrgCode, nil, 0, jdStoreID, skuInfos2)
|
||||
for _, v := range outStoreSkuList2 {
|
||||
|
||||
if skuMap[v.VendorSkuID] == nil {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user