| | |
| | | indexOfUserBenefirVo.setCommodities(commodities); |
| | | return ResultUtil.success(indexOfUserBenefirVo); |
| | | }catch (Exception e){ |
| | | e.printStackTrace(); |
| | | return ResultUtil.runErr(); |
| | | } |
| | | } |
| | |
| | | if (null != tAppUser){ |
| | | detailsVo.setUserId(appUserId); |
| | | if (tAppUser.getHeadImg()!=null){ |
| | | detailsVo.setUserImage(tAppUser.getHeadImg());} |
| | | else { |
| | | detailsVo.setUserImage("https://we-park-life.oss-cn-beijing.aliyuncs.com/img/630864764d3c4e98822ff976a2389559.jpg");} |
| | | detailsVo.setUserImage(tAppUser.getHeadImg()); |
| | | } else { |
| | | detailsVo.setUserImage("https://we-park-life.oss-cn-beijing.aliyuncs.com/img/630864764d3c4e98822ff976a2389559.jpg"); |
| | | } |
| | | |
| | | |
| | | detailsVo.setUserName(tAppUser.getName()); |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | @ResponseBody |
| | | @PostMapping("/api/useBenefit/cancellation") |
| | | @ApiOperation(value = "个人信息-注销账号", tags = {"APP-使用福利"}) |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | @ResponseBody |
| | | @PostMapping("/api/useBenefit/logOut") |
| | | @ApiOperation(value = "个人信息-退出登录", tags = {"APP-使用福利"}) |
| | |
| | | return ResultUtil.runErr(); |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | @ResponseBody |
| | |
| | | } |
| | | |
| | | |
| | | |
| | | @ResponseBody |
| | | @PostMapping("/api/useBenefit/goodsDetailsOne") |
| | | @ApiOperation(value = "积分商城-商品详情", tags = {"APP-使用福利"}) |
| | |
| | | return ResultUtil.runErr(); |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | |
| | | return ResultUtil.runErr(); |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | |
| | | // return ResultUtil.runErr(); |
| | | // } |
| | | } |
| | | |
| | | |
| | | |
| | | } |