| | |
| | | * @return 协议集合 |
| | | */ |
| | | @PostMapping("listagreement") |
| | | R listAgreement(); |
| | | R listAgreement(@RequestParam("communityId")Long communityId); |
| | | |
| | | /** |
| | | * 编辑用户协议 |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | @DeleteMapping("common/data/special/delete") |
| | | @DeleteMapping("common/data/special/delete1") |
| | | R deleteSpecialInputUser(@RequestParam(value = "id") Long id); |
| | | |
| | | /** |
| | |
| | | |
| | | @GetMapping("big/no/tip") |
| | | R noTips(@RequestParam("userId") Long userId); |
| | | |
| | | /** |
| | | * 查询社区的收益说明 |
| | | * @param communityId 社区id |
| | | * @return 收益说明 |
| | | */ |
| | | @PostMapping("listagreements") |
| | | R listAgreements(@RequestParam("communityId")Long communityId); |
| | | |
| | | @PostMapping("user/getUserGrids") |
| | | R getGridIsOk(@RequestParam("userId")Long userId); |
| | | } |