|
@@ -89,7 +89,7 @@ public class WechatPayService {
|
|
if(param.getWxPayType() == 0){
|
|
if(param.getWxPayType() == 0){
|
|
return this.wechatH5Pay(param.getRepairId(),orderSn, subject, body, totalFee, ip);
|
|
return this.wechatH5Pay(param.getRepairId(),orderSn, subject, body, totalFee, ip);
|
|
}
|
|
}
|
|
- return this.wechatPay(orderSn,subject, subject+subject, amount, ip, param.getOpenId());
|
|
|
|
|
|
+ return this.wechatPay(orderSn,subject, subject+subject, totalFee, ip, param.getOpenId());
|
|
}
|
|
}
|
|
|
|
|
|
public JSONObject wechatH5Pay(String repairId,String orderSn, String subject, String body, BigDecimal totalFee, String ipAddress) throws Exception {
|
|
public JSONObject wechatH5Pay(String repairId,String orderSn, String subject, String body, BigDecimal totalFee, String ipAddress) throws Exception {
|