springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/user/UserService.java
@@ -1286,4 +1286,17 @@ * */ @GetMapping("/sanshuoResetPassword") R sanShuoResetPassword(@RequestParam("account") String account,@RequestParam("pass")String password); /** * 是否为专家登陆小程序 * */ @GetMapping("/isSanShuoExpert") R isExpert(@RequestParam("number") String number); /** * 删除用户专家权限 * */ @GetMapping("/removeExpertRole") R removeExpertRole(@RequestParam(value = "phone",required = false) String phone); }