fixed #78 罪过~
This commit is contained in:
parent
a9816a1290
commit
1b12f59344
@ -386,9 +386,9 @@ public class PayApi extends MchApi {
|
||||
public MchPayRequest createMicroPayRequest(String authCode, String body,
|
||||
String outTradeNo, double totalFee, String createIp, String attach)
|
||||
throws WeixinException {
|
||||
// 刷卡支付不需要设置TradeType.MICROPAY
|
||||
MchPayPackage payPackage = new MchPayPackage(body, outTradeNo,
|
||||
totalFee, null, createIp, TradeType.MICROPAY, null, authCode,
|
||||
null, attach);
|
||||
totalFee, null, createIp, null, null, authCode, null, attach);
|
||||
return createPayRequest(payPackage);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user