小程序支付 支付类型
This commit is contained in:
parent
d8a55e2103
commit
e94b578c2d
|
|
@ -56,7 +56,7 @@ public class CzgLtPayReq extends CzgBaseReq {
|
|||
String returnUrl, String buyerRemark, @NonNull String extParam) {
|
||||
super(mchOrderNo, amount, body, buyerRemark, extParam);
|
||||
this.userId = openId;
|
||||
this.payType = payType;
|
||||
this.payType = "aliPay".equals(payType) ? "ALIPAY" : "WECHAT";
|
||||
this.clientIp = clientIp;
|
||||
this.returnUrl = returnUrl;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue