diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/AbsInterfaceWithPlatformLogic.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/AbsInterfaceWithPlatformLogic.java index dd7fda568..86e8c9504 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/AbsInterfaceWithPlatformLogic.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/AbsInterfaceWithPlatformLogic.java @@ -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 checkoutSign(CommonParamsDTO dto){ + public Map checkoutSign(CommonParamsDTO dto) { String operatorID = dto.getOperatorID(); // 通过operatorID 查出 operatorSecret ThirdPartyPlatformConfig platformConfig = thirdPartyPlatformConfigService.getInfoByOperatorId(operatorID);