update 第三方平台相关方法

This commit is contained in:
Lemon
2025-02-25 14:49:04 +08:00
parent 382622e187
commit ee0414e2b0
26 changed files with 1381 additions and 1687 deletions

View File

@@ -65,5 +65,5 @@ public interface ThirdPartyPlatformConfigService {
* @param operatorId
* @return
*/
ThirdPartyPlatformConfig getInfoByOperatorId(String operatorId);
// ThirdPartyPlatformConfig getInfoByOperatorId(String operatorId);
}

View File

@@ -95,10 +95,10 @@ public class ThirdPartyPlatformConfigServiceImpl implements ThirdPartyPlatformCo
* @param operatorId
* @return
*/
@Override
public ThirdPartyPlatformConfig getInfoByOperatorId(String operatorId) {
return thirdPartyPlatformConfigMapper.getInfoByOperatorId(operatorId);
}
// @Override
// public ThirdPartyPlatformConfig getInfoByOperatorId(String operatorId) {
// return thirdPartyPlatformConfigMapper.getInfoByOperatorId(operatorId);
// }
/**
* 查询第三方平台配置的密钥信息