新增 运营端小程序 站点枪口利用率趋势统计接口

This commit is contained in:
Lemon
2024-08-23 10:19:03 +08:00
parent d3db6b6b1b
commit e87bb5517d
6 changed files with 69 additions and 4 deletions

View File

@@ -2402,7 +2402,9 @@ public class SpringBootTestController {
GetStationInfoDTO dto = new GetStationInfoDTO();
dto.setType("page");
dto.setIdList(Lists.newArrayList("395"));
dto.setCurrentPage(12);
dto.setPageSize(10);
// dto.setIdList(Lists.newArrayList("395"));
aMapService.getStationInfosV2(dto);
}