| | |
| | | @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 = "goodName", required = false)String goodName, |
| | | @RequestParam(value = "name", required = false)String name, |
| | | @RequestParam(value = "cancelType", required = false)String cancelType, |
| | | @RequestParam(value = "communityId", required = false)String communityId); |
| | | @RequestParam(value = "communityId", required = false)String communityId, |
| | | @RequestParam(value = "merchantId", required = false) String merchantId, |
| | | @RequestParam(value = "orderType", required = false) String orderType); |
| | | |
| | | /** |
| | | * 分页详情 |
| | |
| | | @RequestParam(value = "communityId") String communityId); |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | /** |
| | | * 每日定时清空 定时任务 |
| | | */ |
| | | @GetMapping("/IntegratingTask/everydaYtruncateData") |
| | | public R truncateData(); |
| | | |
| | | |
| | | /** |
| | | * 新双争双评需求问题清单 任务认领 开始 结束 定时任务 |
| | | * @return |
| | | */ |
| | | @GetMapping("/NeedProblem/timedNewFightNeedProblemInventoryHandler") |
| | | public R timedNewFightNeedProblemInventoryHandler(); |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | } |