44323
2023-11-27 aa925d851857f50eff0556411366690d9a78a0e5
cloud-server-account/src/main/java/com/dsh/account/controller/UseBenefitsController.java
@@ -72,6 +72,7 @@
            indexOfUserBenefirVo.setCommodities(commodities);
            return ResultUtil.success(indexOfUserBenefirVo);
        }catch (Exception e){
            e.printStackTrace();
            return ResultUtil.runErr();
        }
    }
@@ -104,9 +105,10 @@
            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());
@@ -160,7 +162,6 @@
    }
    @ResponseBody
    @PostMapping("/api/useBenefit/cancellation")
    @ApiOperation(value = "个人信息-注销账号", tags = {"APP-使用福利"})
@@ -186,7 +187,6 @@
    }
    @ResponseBody
    @PostMapping("/api/useBenefit/logOut")
    @ApiOperation(value = "个人信息-退出登录", tags = {"APP-使用福利"})
@@ -208,7 +208,6 @@
            return ResultUtil.runErr();
        }
    }
    @ResponseBody
@@ -337,7 +336,6 @@
    }
    @ResponseBody
    @PostMapping("/api/useBenefit/goodsDetailsOne")
    @ApiOperation(value = "积分商城-商品详情", tags = {"APP-使用福利"})
@@ -352,7 +350,6 @@
            return ResultUtil.runErr();
        }
    }
    /**
@@ -399,7 +396,6 @@
            return ResultUtil.runErr();
        }
    }
    /**
@@ -497,7 +493,6 @@
//            return ResultUtil.runErr();
//        }
    }
}