diff --git a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/lianlian/service/LianLianPlatformServiceImpl.java b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/lianlian/service/LianLianPlatformServiceImpl.java index 7b73c5b93..eef855800 100644 --- a/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/lianlian/service/LianLianPlatformServiceImpl.java +++ b/jsowell-thirdparty/src/main/java/com/jsowell/thirdparty/platform/lianlian/service/LianLianPlatformServiceImpl.java @@ -85,8 +85,8 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService { // InterfaceWithPlatformLogicFactory.register(platformType, this); // } - @Override - public Map queryToken(CommonParamsDTO dto) { + // @Override + public Map queryTokenOld(CommonParamsDTO dto) { String operatorId = dto.getOperatorID(); // 通过operatorId 查出 operatorSecret ThirdPartyPlatformConfig platformConfig = thirdPartyPlatformConfigService.getInfoByOperatorId(operatorId); @@ -107,8 +107,8 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService { return resultMap; } - // @Override - public Map queryTokenV2(CommonParamsDTO dto) { + @Override + public Map queryToken(CommonParamsDTO dto) { String operatorId = dto.getOperatorID(); // 通过operatorId 查出 operatorSecret ThirdPartyPlatformConfig platformConfig = thirdPartyPlatformConfigService.getInfoByOperatorId(operatorId);