张天森
2022-09-29 f683cb669aba8f7c5d4c5fa14cef35f0d5b09328
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java
@@ -929,5 +929,10 @@
    /**
     * 三说会堂后台重置密码
     * */
    R resetPassExpertOrIndustryCenter(Long userId,String password);
    R resetPassExpertOrIndustryCenter(String account,String password);
    /**
     * 移除专家权限
     * */
    R removeExpertRole(String phone);
}