| | |
| | | * @return 社区列表 |
| | | */ |
| | | @GetMapping("/eventgrid/community/westList") |
| | | R getWestCommunityLists(@RequestParam("areaCode")String areaCode); |
| | | R getWestCommunityLists(@RequestParam(value = "areaCode",required = false)String areaCode); |
| | | |
| | | /** |
| | | * 综治app-小区列表 |
| | |
| | | |
| | | @PostMapping("/reserve/commitNoToken") |
| | | R reserveCommitNoToken(@RequestBody ComActReserveCommitVO comActReserveCommitVO); |
| | | |
| | | @PostMapping("/reserve/homeQuarantine/commitNoToken") |
| | | R homeQuarantineCommitNoToken(@RequestBody ComActReserveCommitVO comActReserveCommitVO); |
| | | /** |
| | | * 我的预约/登记 |
| | | * @param pageUserReserveDTO |