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