mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 20:15:06 +08:00
一键登录接口兼容支付宝
This commit is contained in:
@@ -26,12 +26,17 @@ public class MemberRegisterAndLoginDTO {
|
||||
private String appId;
|
||||
|
||||
/**
|
||||
* 运营商id
|
||||
* 一级运营商id
|
||||
*/
|
||||
private String merchantId;
|
||||
private String firstLevelMerchantId;
|
||||
|
||||
/**
|
||||
* 微信用户openId
|
||||
*/
|
||||
private String openId;
|
||||
|
||||
/**
|
||||
* 请求来源, 参见{@link com.jsowell.common.enums.adapay.AdapayPayChannelEnum}
|
||||
*/
|
||||
private String requestSource;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user