| | |
| | | * @author: huang.hongfa weixin hhf9596 qq 959656820 |
| | | * @create: 2020-12-07 15:59 |
| | | **/ |
| | | @FeignClient(name = "community") |
| | | @FeignClient(name = "huacheng-community") |
| | | public interface CommunityService { |
| | | /** |
| | | * 新增社区活动 |
| | |
| | | */ |
| | | @PostMapping("/comActEasyPhotoHandler/page") |
| | | R queryEasyPhotoHandler(@RequestBody PageComActEasyPhotoHandlerDto comActEasyPhotoHandler); |
| | | |
| | | /** |
| | | * description edit 编辑数据 |
| | | * |
| | | * @param comActEasyPhotoHandler 请求参数 |
| | | * @return 编辑结果 |
| | | * @author lyq |
| | | * @date 2022-03-01 13:45:10 |
| | | */ |
| | | @PostMapping("/comActEasyPhotoHandler/edit") |
| | | R editEasyPhotoHandler(@RequestBody EditComActEasyPhotoHandlerDto comActEasyPhotoHandler); |
| | | } |