Merge branch 'dev-zza' into dev

This commit is contained in:
Lemon
2025-02-26 08:46:26 +08:00
33 changed files with 2280 additions and 2423 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);
// }
/**
* 查询第三方平台配置的密钥信息