springcloud_k8s_panzhihuazhihuishequ/service_westcommittee/src/main/java/com/panzhihua/westcommittee/controller/HomeController.java
@@ -129,6 +129,7 @@ throw new RuntimeException(e); } } /** * 获取身份信息 */ @@ -141,7 +142,6 @@ BeanUtils.copyProperties(identityInformation, identityInformationVO); return R.ok(identityInformationVO); } /** @@ -177,4 +177,5 @@ redisUtils.set("confirmContent:" + loginUserInfo.getPhone(), 1); return R.ok(); } }