shanji 3 years ago
parent
commit
43ee776182
  1. 2
      BBWY.Server.Business/PlatformSDK/JDBusiness.cs

2
BBWY.Server.Business/PlatformSDK/JDBusiness.cs

@ -465,7 +465,7 @@ namespace BBWY.Server.Business
throw new Exception($"获取未付款订单失败,{(string.IsNullOrEmpty(response.ErrorMsg) ? response.ErrMsg : response.ErrorMsg)}");
if (response.Json == null)
response.Json = JsonConvert.DeserializeObject<JObject>(response.Body);
if (response.Json["jingdong_pop_order_notPayOrderById_responce"] == null || response.Json["jingdong_pop_order_notPayOrderById_responce"]["orderDataNotPayInfo"] == null)
if (response.Json["jingdong_pop_order_notPayOrderById_responce"] == null)
throw new Exception($"未查询到未付款订单");
return response.Json;

Loading…
Cancel
Save