| | |
| | | @PostMapping("/IntegratingTask/upIntegral") |
| | | public R upIntegral(@RequestBody NewFightIntegral item); |
| | | |
| | | |
| | | /** |
| | | * 每日签到记录列表 前15条 |
| | | * @param userId |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | @GetMapping("/IntegratingTask/getEverydayList") |
| | | public R getEverydayList(@RequestParam("userId") String userId, |
| | | @RequestParam("communityId") String communityId); |
| | | |
| | | |
| | | /******************************************************************************************************************* |
| | | |
| | | * |
| | |
| | | @RequestParam(value = "communityId") String communityId); |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 每日定时清空 定时任务 |
| | | */ |
| | | @GetMapping("/IntegratingTask/everydaYtruncateData") |
| | | public R truncateData(); |
| | | |
| | | |
| | | /** |
| | | * 新双争双评需求问题清单 任务认领 开始 结束 定时任务 |
| | | * @return |
| | | */ |
| | | @GetMapping("/NeedProblem/timedNewFightNeedProblemInventoryHandler") |
| | | public R timedNewFightNeedProblemInventoryHandler(); |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |