springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java
@@ -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); /** * 用户占比统计 @@ -912,4 +912,11 @@ * @return */ R resetPassword(Integer type,String account); /** * 天府通办登录 * @param uuLoginVO * @return */ R tfLogin(UuLoginVO uuLoginVO); }