张天森
2022-10-26 a80e2804cac1ec32a24ef5cf2a834b5fe83fc1ed
springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/api/UserApi.java
@@ -1483,6 +1483,14 @@
        return userService.resetPassExpertOrIndustryCenter(account,password);
    }
    /**
     * 移除账号专家权限
     *
     */
    @GetMapping("/removeExpertRole")
    public R removeExpertRole(@RequestParam(value = "phone",required = false)String phone){
        return userService.removeExpertRole(phone);
    }
    @GetMapping("/accept")
    public R accept(@RequestParam("userId")Long userId){