新增 高德商家推送静态信息状态、高德拉取商家静态详细信息接口

This commit is contained in:
Lemon
2024-06-27 14:10:03 +08:00
parent 489ac3b6b8
commit 63f94f4d6f
9 changed files with 85 additions and 8 deletions

View File

@@ -2587,7 +2587,7 @@ public class SpringBootTestController {
// String s = aMapService.pushChargingDeviceDynamics(pileConnectorCode);
GetStationInfoDTO dto = new GetStationInfoDTO();
dto.setType("page");
aMapService.getStationInfos(dto);
// aMapService.getStationInfos(dto);
}
@Test