This commit is contained in:
Lemon
2024-05-30 13:52:19 +08:00
parent f857bc3d86
commit 0719a13108
2 changed files with 2 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ public class QingHaiPlatformServiceImpl implements ThirdPartyPlatformService {
* @return
*/
@Override
public Map<String, String> queryToken(CommonParamsDTO dto) {
public Map<String, String> queryToken(CommonParamsDTO dto) {
String operatorId = dto.getOperatorID();
// 通过operatorId 查出 operatorSecret
ThirdPartyPlatformConfig platformConfig = thirdPartyPlatformConfigService.getInfoByOperatorId(operatorId);