From 70d2a5d0f9c6951b2d4cac954041ed73582ff7eb Mon Sep 17 00:00:00 2001 From: liujie <1793218484@qq.com> Date: 星期一, 09 六月 2025 11:54:00 +0800 Subject: [PATCH] 6.9新增登录失败冻结逻辑 --- springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java b/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java index 1269a08..48a9b80 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java @@ -916,6 +916,12 @@ R getCommunityList(String name,Long id); /** + * 获取所有城镇或村落列表 + * @return + */ + R getAllCommunityList(); + + /** * 重置密码 * @param type * @param account @@ -962,5 +968,10 @@ /** * 查看我的问题留言或者问题留言记录 * */ - R myFeedBack(Long id,Integer type); + R myFeedBack(Long id,Integer type,Long propertyId); + + /** + * 是否为物业公司登录 + * */ + R propertyCheck(String phone); } -- Gitblit v1.7.1