springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/ComSanShuoEventController.java
@@ -336,4 +336,22 @@ public R eventIndexData(@RequestParam Integer type) { return comEventService.eventIndexData(type); } /** *可选街道列表 * */ @GetMapping("/streetList") public R getStreetId(){ return comEventService.listStreetScreen(); } /** *可选社区列表 * */ @GetMapping("/communityList") public R getCommunityList(){ return comEventService.listCommunityScreen(); } }