1
0
mirror of synced 2025-12-22 09:58:07 +08:00

果断去掉旧有接口代码

This commit is contained in:
BinaryWang
2016-09-27 11:11:47 +08:00
parent 8619430ae5
commit 435eb1250a
3 changed files with 1 additions and 289 deletions

View File

@@ -85,7 +85,7 @@ public class WxMpPayServiceImplTest {
WxUnifiedOrderResult result = this.wxService.getPayService()
.unifiedOrder(WxUnifiedOrderRequest.builder().body("1111111")
.totalFee(1).spbillCreateIp("111111").notifyURL("111111")
.tradeType("JSAPI1").openid("122").outTradeNo("111111").build());
.tradeType("JSAPI").openid("122").outTradeNo("111111").build());
System.err.println(result);
}
}