mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
一键登录接口兼容支付宝
This commit is contained in:
@@ -13,4 +13,9 @@ public class AlipayLoginDTO {
|
||||
* 小程序appId
|
||||
*/
|
||||
private String appId;
|
||||
|
||||
/**
|
||||
* 请求来源, 参见{@link com.jsowell.common.enums.adapay.AdapayPayChannelEnum}
|
||||
*/
|
||||
private String requestSource;
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -21,4 +21,9 @@ public class WechatLoginDTO {
|
||||
* 用来获取openId的Code
|
||||
*/
|
||||
private String openIdCode;
|
||||
|
||||
/**
|
||||
* 请求来源, 参见{@link com.jsowell.common.enums.adapay.AdapayPayChannelEnum}
|
||||
*/
|
||||
private String requestSource;
|
||||
}
|
||||
|
||||
@@ -25,5 +25,8 @@ public class AgentWechatLoginDTO {
|
||||
*/
|
||||
private String openIdCode;
|
||||
|
||||
|
||||
/**
|
||||
* 请求来源, 参见{@link com.jsowell.common.enums.adapay.AdapayPayChannelEnum}
|
||||
*/
|
||||
private String requestSource;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user