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