| | |
| | | * @return 社区列表 |
| | | */ |
| | | @GetMapping("/switch/community/all/list") |
| | | R communitySwitchList(@RequestParam("areaCode") String areaCode); |
| | | R communitySwitchList(@RequestParam("appId") String appId); |
| | | |
| | | /** |
| | | * 根据名字查询所有社区列表 |
| | |
| | | * @return 社区列表 |
| | | */ |
| | | @GetMapping("/switch/community/search/list") |
| | | R communitySwitchSearchList(@RequestParam(value = "name") String name,@RequestParam(value = "areaCode") String areaCode); |
| | | R communitySwitchSearchList(@RequestParam(value = "name") String name,@RequestParam(value = "appId") String appId); |
| | | |
| | | /** |
| | | * 根据经纬度以及距离搜索附近社区列表 |