springcloud_k8s_panzhihuazhihuishequ/service_user/src/main/java/com/panzhihua/service_user/service/UserService.java @@ -698,4 +698,9 @@ * 重置密码 */ R resetPassword(Long userId); /** * 批量重置密码 */ R resetPasswordPatch(Long[] userId); }