mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-09 04:20:08 +08:00
update
This commit is contained in:
@@ -43,7 +43,7 @@ public class AMapController extends BaseController {
|
|||||||
GetStationInfoDTO dto = JSON.parseObject(bizContent, GetStationInfoDTO.class);
|
GetStationInfoDTO dto = JSON.parseObject(bizContent, GetStationInfoDTO.class);
|
||||||
// List<AMapStationInfo> stationInfos = aMapService.getStationInfos(dto);
|
// List<AMapStationInfo> stationInfos = aMapService.getStationInfos(dto);
|
||||||
List<AMapStationInfo> stationInfos = aMapService.getStationInfosV2(dto);
|
List<AMapStationInfo> stationInfos = aMapService.getStationInfosV2(dto);
|
||||||
logger.info("高德拉取充电站静态数据 success");
|
logger.info("高德拉取充电站静态数据 success result:{}", JSON.toJSONString(stationInfos));
|
||||||
return result.successResponse(stationInfos);
|
return result.successResponse(stationInfos);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user