| | |
| | | R volunteerDeleteById(@RequestParam("id") String id); |
| | | |
| | | |
| | | |
| | | /** |
| | | * 定时刷新活动状态 |
| | | * @return |
| | | */ |
| | | @GetMapping("/Volunteer/timedTaskVolunteerActivitiesJobHandler") |
| | | public R timedTaskVolunteerActivitiesJobHandler(); |
| | | |
| | | |
| | | /******************************************************************************************************************* |
| | | * |
| | | * |
| | |
| | | @DeleteMapping("/VolunteerActivitiesPeople/vapDelete") |
| | | public R vapDelete(@RequestParam("id") String id); |
| | | |
| | | |
| | | /** |
| | | * 志愿者活动 奖励发放 |
| | | * @param grantIntegral |
| | | * @return |
| | | */ |
| | | @PostMapping("/grantIntegral") |
| | | public R grantIntegral(@RequestBody GrantIntegral grantIntegral); |
| | | |
| | | |
| | | |
| | | } |