From 902536c343dae7c823434eb08367ea6f5911b92b Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Thu, 25 Jan 2024 09:43:14 +0800 Subject: [PATCH] update --- .../thirdparty/platform/AbsInterfaceWithPlatformLogic.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);