From 43ee7761824b17e740c55429342b5aaad5289244 Mon Sep 17 00:00:00 2001 From: shanji <18996038927@163.com> Date: Thu, 22 Sep 2022 16:39:39 +0800 Subject: [PATCH] 1 --- BBWY.Server.Business/PlatformSDK/JDBusiness.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs b/BBWY.Server.Business/PlatformSDK/JDBusiness.cs index 3526b71f..9bcd7aca 100644 --- a/BBWY.Server.Business/PlatformSDK/JDBusiness.cs +++ b/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(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;