From b57526cb43b5a252143becbc55f7ecea18b6a7a2 Mon Sep 17 00:00:00 2001 From: shanj <18996038927@163.com> Date: Sun, 29 Oct 2023 21:41:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=B6=E9=95=BF=E6=9F=A5=E8=AF=A2=E8=B5=A0?= =?UTF-8?q?=E5=93=81=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../EvaluationAssistant/EvaluationAssistantBusiness.cs | 2 +- BBWY.Server.Business/PlatformSDK/JDBusiness.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs b/BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs index 68c206cb..ae6df7db 100644 --- a/BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs +++ b/BBWY.Server.Business/EvaluationAssistant/EvaluationAssistantBusiness.cs @@ -610,7 +610,7 @@ namespace BBWY.Server.Business MainProductSkuInStore = mainProductSkuInStore, OuterId = dbPromotionTask.OuterId - }, GetYunDingRequestHeader(), HttpMethod.Post, timeOutSeconds: 700); + }, GetYunDingRequestHeader(), HttpMethod.Post, timeOutSeconds: 800); if (httpApiResult.StatusCode != System.Net.HttpStatusCode.OK) throw new BusinessException(httpApiResult.Content); diff --git a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs index ea264615..3fa8259e 100644 --- a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs +++ b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs @@ -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("brandName"); + brandName = res.Json["jingdong_ware_read_findWareById_responce"]["ware"].Value("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