|
|
@ -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<string>("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(); |
|
|
|