|
|
@ -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; |
|
|
|