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