diff --git a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs index 5259facc..40c3d45d 100644 --- a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs +++ b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs @@ -1101,11 +1101,11 @@ namespace BBWY.Server.Business throw new BusinessException($"上架sku失败-{errorMsg}"); } } - + stepText = "获取上架skuId"; var newSkuIdList = res.Json["jingdong_sku_write_updateSkus_responce"]["skuList"].ToList().Select(x => x.Value("skuId")).ToList(); giftSkuIdList.AddRange(newSkuIdList); - + stepText = "获取上架sku"; var newSkuList = res.Json["jingdong_sku_write_updateSkus_responce"]["skuList"].ToList(); var imgIndex = 1; StringBuilder colorBuilder = new StringBuilder();