1
0
mirror of synced 2025-12-26 20:48:00 +08:00

非法参数的异常统一使用WxPayException

This commit is contained in:
Binary Wang
2017-07-31 17:42:17 +08:00
parent 0a06c4d1a1
commit 70d90c8b9b
11 changed files with 28 additions and 25 deletions

View File

@@ -139,7 +139,7 @@ public class WxPayServiceAbstractImplTest {
.unifiedOrder(WxPayUnifiedOrderRequest.newBuilder()
.body("我去")
.totalFee(1)
.spbillCreateIp("111111")
.spbillCreateIp("11.1.11.1")
.notifyURL("111111")
.tradeType("JSAPI")
.openid(((XmlWxPayConfig) this.payService.getConfig()).getOpenid())