mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
自定义messageConverter
This commit is contained in:
@@ -177,7 +177,7 @@ public class WechatPayClient {
|
|||||||
throw new PayException("wechat pay server error,result : " + body);
|
throw new PayException("wechat pay server error,result : " + body);
|
||||||
}
|
}
|
||||||
if (Objects.isNull(body)) {
|
if (Objects.isNull(body)) {
|
||||||
throw new IllegalStateException("cant obtain response body");
|
throw new PayException("cant obtain wechat response body");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user