|
|
@ -939,7 +939,7 @@ namespace BBWY.Server.Business |
|
|
|
throw new BusinessException($"获取主商品品牌失败-{(string.IsNullOrEmpty(res.ErrorMsg) ? res.ErrMsg : res.ErrorMsg)}"); |
|
|
|
if (res.Json == null) |
|
|
|
res.Json = JObject.Parse(res.Body); |
|
|
|
brandName = res.Json["jingdong_ware_read_findWareById_responce"]["ware"].Value<string>("brandName"); |
|
|
|
brandName = res.Json["jingdong_ware_read_findWareById_responce"]["ware"].Value<string>("brandName"); |
|
|
|
} |
|
|
|
#endregion
|
|
|
|
|
|
|
@ -1187,7 +1187,7 @@ namespace BBWY.Server.Business |
|
|
|
|
|
|
|
#region 查询上架的赠品
|
|
|
|
stepText = "查询上架的赠品SKU"; |
|
|
|
Thread.Sleep(60 * 1000); |
|
|
|
Thread.Sleep(90 * 1000); |
|
|
|
searchProductSkuRequest.Sku = string.Join(",", giftSkuIdList); |
|
|
|
searchProductSkuRequest.CheckStep = "上架的赠品"; |
|
|
|
try |
|
|
|