| | |
| | | if(null == userIdFormRedis){ |
| | | return ResultUtil.tokenErr(); |
| | | } |
| | | // TODO: 2023/7/10 积分商品列表查询 |
| | | return ResultUtil.success(); |
| | | return ResultUtil.success(tauService.queryAppUserIntegral(request,userIdFormRedis)); |
| | | }catch (Exception e){ |
| | | return ResultUtil.runErr(); |
| | | } |
| | |
| | | * 积分明细 |
| | | */ |
| | | @ResponseBody |
| | | @PostMapping("/api/useBenefit/integralMallList") |
| | | @PostMapping("/api/useBenefit/integralDetails") |
| | | @ApiOperation(value = "积分明细", tags = {"APP-使用福利"}) |
| | | @ApiImplicitParams({ |
| | | @ApiImplicitParam(name = "Authorization", value = "Bearer +token", required = true, dataType = "String", paramType = "header", defaultValue = "Bearer eyJhbGciOiJIUzUxMiJ9....."), |