| | |
| | | * @return |
| | | */ |
| | | @ApiOperation(value = "金汇微心愿详情", response = JinhuiMicroVolunteeringVO.class) |
| | | @GetMapping("/volunteering/getList") |
| | | @GetMapping("/volunteering/getDetails") |
| | | public R volunteeringGetDetails(@RequestParam("id") String id) |
| | | { |
| | | return jinhuiCommunityService.volunteeringGetDetails(id); |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | @GetMapping("/micro/volunteering/getList") |
| | | @GetMapping("/micro/volunteering/getDetails") |
| | | public R volunteeringGetDetails(@RequestParam("id") String id); |
| | | /** |
| | | * 新增 |
| | |
| | | * @return |
| | | */ |
| | | @ApiOperation(value = "金汇微心愿详情", response = JinhuiMicroVolunteeringVO.class) |
| | | @GetMapping("/volunteering/getList") |
| | | @GetMapping("/volunteering/getDetails") |
| | | public R volunteeringGetDetails(@RequestParam("id") String id) |
| | | { |
| | | return jinhuiCommunityService.volunteeringGetDetails(id); |
| | |
| | | * @param id |
| | | * @return |
| | | */ |
| | | @GetMapping("/volunteering/getList") |
| | | @GetMapping("/volunteering/getDetails") |
| | | public R volunteeringGetDetails(@RequestParam("id") String id) |
| | | { |
| | | return R.ok(recordService.getDetails(id)); |