mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 高德地图
This commit is contained in:
@@ -72,6 +72,7 @@ import java.nio.charset.StandardCharsets;
|
||||
import java.text.ParseException;
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.*;
|
||||
import java.util.concurrent.ExecutionException;
|
||||
|
||||
@ActiveProfiles("dev")
|
||||
@SpringBootTest(classes = JsowellApplication.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||
@@ -173,9 +174,14 @@ public class SpringBootTestController {
|
||||
|
||||
@Test
|
||||
public void testGetPileListByStationIdList() {
|
||||
List<String> stationIdList = Lists.newArrayList("2");
|
||||
Map<String, List<AMapEquipmentInfo>> pileListByStationIdList = aMapService.getPileListByStationIdList(stationIdList);
|
||||
System.out.println(pileListByStationIdList);
|
||||
|
||||
// List<String> stationIdList = Lists.newArrayList("2");
|
||||
// Map<String, List<AMapEquipmentInfo>> pileListByStationIdList = aMapService.getPileListByStationIdList(stationIdList);
|
||||
// System.out.println(pileListByStationIdList);
|
||||
|
||||
GetStationInfoDTO dto = new GetStationInfoDTO();
|
||||
dto.setType("page");
|
||||
aMapService.getStationInfosV2(dto);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user