| | |
| | | @Resource |
| | | private NewStriveForFeign newStriveForFeign; |
| | | |
| | | |
| | | @ApiOperation(value = "获取街道下社区内容", response = StreetCoreData.class) |
| | | @GetMapping("/getCommunityId") |
| | | public R getCommunityId(@RequestParam("streetId") String streetId) |
| | | { |
| | |
| | | * @param endTime |
| | | * @return |
| | | */ |
| | | @ApiOperation(value = "随手拍 微心愿", response = AllData.class) |
| | | @ApiOperation(value = "社区活动、议事投票、问卷调查、社区动态发布趋势", response = AllData.class) |
| | | @GetMapping("/getAllData") |
| | | public R getAllData(@RequestParam(value = "streetId", required = false) String streetId, |
| | | @RequestParam(value = "communityId", required = false)String communityId, |