会员支付 会员用户Id
This commit is contained in:
@@ -26,6 +26,7 @@ public class CzgLtPayReq extends CzgBaseReq {
|
||||
* 支付宝支付和银联支付时,传入用户的 userId
|
||||
*/
|
||||
private String userId;
|
||||
private String payType;
|
||||
/**
|
||||
* 用户 IP 支付的用户 IP
|
||||
*/
|
||||
@@ -50,11 +51,12 @@ public class CzgLtPayReq extends CzgBaseReq {
|
||||
*/
|
||||
private boolean isScreen;
|
||||
|
||||
public CzgLtPayReq(@NonNull String mchOrderNo, @NonNull Long amount,
|
||||
public CzgLtPayReq(@NonNull String mchOrderNo, @NonNull Long amount,@NonNull String payType,
|
||||
String body, @NonNull String openId, @NonNull String clientIp,
|
||||
String returnUrl, String buyerRemark, @NonNull String extParam) {
|
||||
super(mchOrderNo, amount, body, buyerRemark, extParam);
|
||||
this.userId = openId;
|
||||
this.payType = payType;
|
||||
this.clientIp = clientIp;
|
||||
this.returnUrl = returnUrl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user