From 24e83687f5cf0dc37e58f5e923a1d43311d8b0b6 Mon Sep 17 00:00:00 2001 From: "felord.cn" Date: Sun, 29 Nov 2020 00:31:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89messageConverter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/enongm/dianji/payment/wechat/v3/WechatPayClient.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payment-spring-boot-autoconfigure/src/main/java/com/enongm/dianji/payment/wechat/v3/WechatPayClient.java b/payment-spring-boot-autoconfigure/src/main/java/com/enongm/dianji/payment/wechat/v3/WechatPayClient.java index 1f8f1a3..945c383 100644 --- a/payment-spring-boot-autoconfigure/src/main/java/com/enongm/dianji/payment/wechat/v3/WechatPayClient.java +++ b/payment-spring-boot-autoconfigure/src/main/java/com/enongm/dianji/payment/wechat/v3/WechatPayClient.java @@ -177,7 +177,7 @@ public class WechatPayClient { throw new PayException("wechat pay server error,result : " + body); } if (Objects.isNull(body)) { - throw new IllegalStateException("cant obtain response body"); + throw new PayException("cant obtain wechat response body"); }