mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-27 14:35:11 +08:00
update 第三方平台整合方法
This commit is contained in:
@@ -14,6 +14,8 @@ public class ThirdPartyStationRelationVO {
|
||||
|
||||
private String thirdPartyType;
|
||||
|
||||
private String thirdPartyName;
|
||||
|
||||
private String startMode;
|
||||
|
||||
private String urlAddress;
|
||||
@@ -22,4 +24,24 @@ public class ThirdPartyStationRelationVO {
|
||||
private String signSecret;
|
||||
private String dataSecret;
|
||||
private String dataSecretIv;
|
||||
|
||||
|
||||
/**
|
||||
* 对方平台密钥信息
|
||||
*/
|
||||
private String theirOperatorId;
|
||||
private String theirOperatorSecret;
|
||||
private String theirSignSecret;
|
||||
private String theirDataSecret;
|
||||
private String theirDataSecretIv;
|
||||
|
||||
|
||||
/**
|
||||
* 我方平台密钥信息
|
||||
*/
|
||||
private String ourOperatorId;
|
||||
private String ourOperatorSecret;
|
||||
private String ourSignSecret;
|
||||
private String ourDataSecret;
|
||||
private String ourDataSecretIv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user