update 帧类型名称

This commit is contained in:
2024-03-28 10:42:14 +08:00
parent 2b5697ba48
commit 3cdc99a4cd

View File

@@ -85,8 +85,8 @@ public class LianLianPlatformServiceImpl implements ThirdPartyPlatformService {
// InterfaceWithPlatformLogicFactory.register(platformType, this);
// }
@Override
public Map<String, String> queryToken(CommonParamsDTO dto) {
// @Override
public Map<String, String> 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<String, String> queryTokenV2(CommonParamsDTO dto) {
@Override
public Map<String, String> queryToken(CommonParamsDTO dto) {
String operatorId = dto.getOperatorID();
// 通过operatorId 查出 operatorSecret
ThirdPartyPlatformConfig platformConfig = thirdPartyPlatformConfigService.getInfoByOperatorId(operatorId);