| | |
| | | @ApiOperation(value = "积分商品列表", response = NewFightShoppingVO.class) |
| | | @GetMapping("/getFightShoppingList") |
| | | public R getFightShoppingList(@RequestParam("pageNum") int pageNum, |
| | | @RequestParam("pageNum") int pageSize, |
| | | @RequestParam("pageSize") int pageSize, |
| | | @RequestParam(value = "goodName", required = false)String goodName, |
| | | @RequestParam(value = "goodType", required = false)String goodType, |
| | | @RequestParam(value = "id", required = false)String id) |
| | |
| | | item.setCommunityId(getCommunityId()+""); |
| | | return newStriveForFeign.addIntegratingTaskData(item); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 每日签到记录列表 前15条 |
| | | * @param userId |
| | | * @param communityId |
| | | * @return |
| | | */ |
| | | @ApiOperation(value = "每日签到记录列表 前15条", response = IntegratingTaskVO.class) |
| | | @GetMapping("/IntegratingTask/getEverydayList") |
| | | public R getEverydayList() |
| | | { |
| | | return newStriveForFeign.getEverydayList(getUserId()+"",getCommunityId()+""); |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | |
| | | |
| | | |
| | | |
| | | |
| | | @ApiOperation(value = "获取社区积分排名") |
| | | @GetMapping("/getIntegralUserRank") |
| | | public R getIntegralUserRank() |
| | | { |
| | | return communityService.getIntegralUserRank(getCommunityId(),getUserId()); |
| | | } |
| | | |
| | | } |