mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-12 01:58:00 +08:00
update
This commit is contained in:
@@ -104,7 +104,7 @@ public abstract class AbsInterfaceWithPlatformLogic implements InitializingBean
|
|||||||
* @return
|
* @return
|
||||||
*/
|
*/
|
||||||
protected String getToken(String urlAddress, String operatorId, String operatorSecret,
|
protected String getToken(String urlAddress, String operatorId, String operatorSecret,
|
||||||
String dataSecretIv, String signSecret, String dataSecret) {
|
String dataSecretIv, String signSecret, String dataSecret) {
|
||||||
String token = "";
|
String token = "";
|
||||||
try {
|
try {
|
||||||
// 请求地址
|
// 请求地址
|
||||||
@@ -214,7 +214,7 @@ public abstract class AbsInterfaceWithPlatformLogic implements InitializingBean
|
|||||||
return resultMap;
|
return resultMap;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Map<String, String> checkoutSign(CommonParamsDTO dto){
|
public Map<String, String> checkoutSign(CommonParamsDTO dto) {
|
||||||
String operatorID = dto.getOperatorID();
|
String operatorID = dto.getOperatorID();
|
||||||
// 通过operatorID 查出 operatorSecret
|
// 通过operatorID 查出 operatorSecret
|
||||||
ThirdPartyPlatformConfig platformConfig = thirdPartyPlatformConfigService.getInfoByOperatorId(operatorID);
|
ThirdPartyPlatformConfig platformConfig = thirdPartyPlatformConfigService.getInfoByOperatorId(operatorID);
|
||||||
|
|||||||
Reference in New Issue
Block a user