mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
update 第三方平台相关方法
This commit is contained in:
@@ -65,5 +65,5 @@ public interface ThirdPartyPlatformConfigService {
|
||||
* @param operatorId
|
||||
* @return
|
||||
*/
|
||||
ThirdPartyPlatformConfig getInfoByOperatorId(String operatorId);
|
||||
// ThirdPartyPlatformConfig getInfoByOperatorId(String operatorId);
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
// }
|
||||
|
||||
/**
|
||||
* 查询第三方平台配置的密钥信息
|
||||
|
||||
Reference in New Issue
Block a user