This commit is contained in:
YAS\29473
2025-06-19 08:50:58 +08:00
parent f4e0356d2f
commit ea5c5a1cb5
2 changed files with 4 additions and 5 deletions

View File

@@ -215,7 +215,6 @@ public class ChangZhouPlatformServiceImpl implements ThirdPartyPlatformService {
map.put("StationInfos", resultList);
log.info("query_token 返回参数:{}", JSON.toJSONString(map));
return ThirdPartyPlatformUtils.generateResultMap(map, thirdPartySecretInfoVO);
}