From 2b6c540c6b20e04f8b2a05e6f0c22ba5d5016364 Mon Sep 17 00:00:00 2001
From: manailin <261030956@qq.com>
Date: 星期六, 24 九月 2022 14:09:50 +0800
Subject: [PATCH] Merge branch 'huacheng_test' of http://gitlab.nhys.cdnhxx.com/root/zhihuishequ into huacheng_test

---
 springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java |   43 +++++++++++++++++++++++++++++++++----------
 1 files changed, 33 insertions(+), 10 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 e233ba4..8a57126 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
@@ -38,7 +38,7 @@
      *            用户在开放平台的唯一标识符
      * @return token
      */
-    R updateInsertUser(String openid, String sessionKey, String unionid);
+    R updateInsertUser(String openid, String sessionKey, String unionid,String appId);
 
     /**
      * 维护小程序用户基本信息 头像 昵称 性别
@@ -75,7 +75,7 @@
      * @param type
      *            用户类型 用户类型 1 小程序 2 运营平台 3 社区平台
      */
-    R<LoginUserInfoVO> getUserInfo(String name, int type);
+    R<LoginUserInfoVO> getUserInfo(String name, int type,String appId);
 
     /**
      * 三端获取登录用户信息
@@ -356,7 +356,7 @@
      *            所属app 1居民端app 2网格员端app 3商家端app
      * @return 协议内容
      */
-    R userAgreement(int type);
+    R userAgreement(int type,String appId);
 
     /**
      * 意见反馈
@@ -478,7 +478,7 @@
      *            1居民端app协议 2网格员端app协议 3商家端app协议 4隐私政策
      * @return 协议内容
      */
-    R agreement(Integer type);
+    R agreement(Integer type,String appId);
 
     /**
      * 维护用户最后登录时间
@@ -860,7 +860,7 @@
      * @param streetId 街道id
      * @param areaCode 区县code
      * */
-    R newIndexData(Integer type, Long streetId,Long areaCode);
+    R newIndexData(Integer type, Long streetId,Long areaCode,String appid);
 
     /**
      * 用户占比统计
@@ -868,7 +868,7 @@
      * @param streetId 街道id
      * @param areaCode 区县code
      * @param range  */
-    R userRate(Integer type, Long streetId, Long areaCode, Integer range);
+    R userRate(Integer type, Long streetId, Long areaCode, Integer range,String appId);
 
     /**
      * 真实用户占比统计
@@ -876,7 +876,7 @@
      * @param streetId 街道id
      * @param areaCode 区县code
      * @param range  */
-    R realUser(Integer type, Long streetId, Long areaCode, Integer range);
+    R realUser(Integer type, Long streetId, Long areaCode, Integer range,String appId);
 
 
     /**
@@ -884,8 +884,9 @@
      * @param type 查看类型
      * @param streetId 街道id
      * @param areaCode 区县code
-     * @param range  */
-    R userActivity(Integer type, Long streetId, Long areaCode, Integer range);
+     * @param range
+     * @param appId    */
+    R userActivity(Integer type, Long streetId, Long areaCode, Integer range, String appId);
 
     /**
      * 获取区县即下属街道名
@@ -903,5 +904,27 @@
     /**
      * 获取城镇或村落列表
      * */
-    R getCommunityList(Integer type);
+    R getCommunityList(String name,Long id);
+
+    /**
+     * 重置密码
+     * @param type
+     * @param account
+     * @return
+     */
+    R resetPassword(Integer type,String account,String appId);
+
+    /**
+     * 天府通办登录
+     * @param uuLoginVO
+     * @return
+     */
+    R tfLogin(UuLoginVO uuLoginVO);
+
+    /**
+     * 用户授权
+     * @param userId
+     * @return
+     */
+    R accept(Long userId);
 }

--
Gitblit v1.7.1