From 559aef5a7c5624236ee31b3adb86f73a1ec9084d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 12 Nov 2020 15:37:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B7=E6=96=B0=E4=BA=AC=E4=B8=9C=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/jxstore/tempop/tempop.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/business/jxstore/tempop/tempop.go b/business/jxstore/tempop/tempop.go index 76292ddd0..a89addacd 100644 --- a/business/jxstore/tempop/tempop.go +++ b/business/jxstore/tempop/tempop.go @@ -1712,12 +1712,11 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { // } var ( jdStoreIDs = []string{ - "11053494", // "11734848", // "11734850", // "11734854", // "11734862", - // "11734868", + "11734868", // "11734873", // "11734874", // "11734886", @@ -1766,13 +1765,13 @@ func UploadJdsImage(ctx *jxcontext.Context) (err error) { // "12030632", // "12050456", } - jdStoreIDxipu = "11053496" + jdStoreIDxipu = "11890095" skuMap = make(map[string]partner.StoreSkuInfo) priceList = make(map[string][]*partner.StoreSkuInfo) statusList1 = make(map[string][]*partner.StoreSkuInfo) statusList2 = make(map[string][]*partner.StoreSkuInfo) stockList = make(map[string][]*partner.StoreSkuInfo) - vendorOrgCode = "82029" + vendorOrgCode = "320406" ) handler := partner.GetPurchasePlatformFromVendorID(model.VendorIDJD).(partner.IPurchasePlatformStoreSkuHandler)