| | |
| | | * @author: huang.hongfa weixin hhf9596 qq 959656820 |
| | | * @create: 2020-12-07 15:59 |
| | | **/ |
| | | @FeignClient(name = "community") |
| | | @FeignClient(name = "huacheng-community") |
| | | public interface CommunityService { |
| | | /** |
| | | * 新增社区活动 |
| | |
| | | * @return 邻里圈话题列表 |
| | | */ |
| | | @GetMapping("/neighbor/getNeighborTopicByApp") |
| | | R getNeighborTopicByApp(@RequestParam("communityId") Long communityId,@RequestParam("isZero") Integer isZero,@RequestParam("name") String name); |
| | | R getNeighborTopicByApp(@RequestParam("communityId") Long communityId,@RequestParam("isZero") Integer isZero,@RequestParam("name") String name,@RequestParam("belongType") Integer belongType); |
| | | |
| | | /** |
| | | * 综治后台-查询社区列表 |
| | |
| | | @PostMapping("/comActEasyPhotoHandler/edit") |
| | | R editEasyPhotoHandler(@RequestBody EditComActEasyPhotoHandlerDto comActEasyPhotoHandler); |
| | | |
| | | @GetMapping("/reserve/fiveCount") |
| | | R fiveCount(@RequestParam("reserveId") Long reserveId); |
| | | |
| | | /** |
| | | * 分页查询所有数据 |
| | | * |