From b4108b26e1cc01178df5180e7291213cb16b52e1 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期二, 20 十二月 2022 15:38:53 +0800 Subject: [PATCH] fix: 密码验证 --- ycl-common/src/main/java/com/ycl/controller/user/UmsAdminController.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ycl-common/src/main/java/com/ycl/controller/user/UmsAdminController.java b/ycl-common/src/main/java/com/ycl/controller/user/UmsAdminController.java index a7516b2..bbb7d71 100644 --- a/ycl-common/src/main/java/com/ycl/controller/user/UmsAdminController.java +++ b/ycl-common/src/main/java/com/ycl/controller/user/UmsAdminController.java @@ -161,11 +161,13 @@ if (status > 0) { return CommonResult.success(status); } else if (status == -1) { - return CommonResult.failed("鎻愪氦鍙傛暟涓嶅悎娉�"); + return CommonResult.failed("瀵嗙爜闀垮害8鍒�16浣嶄笖瀵嗙爜涓殑瀛楃蹇呴』鍖呭惈瀛楁瘝锛堝ぇ鍐欐垨鑰呭皬鍐欙級鍜屽繀椤诲寘鍚暟瀛楋紝涓嶈兘鍖呭惈绌烘牸"); } else if (status == -2) { return CommonResult.failed("鎵句笉鍒拌鐢ㄦ埛"); } else if (status == -3) { return CommonResult.failed("鏃у瘑鐮侀敊璇�"); + }else if (status == -4) { + return CommonResult.failed("瀵嗙爜涓嶈兘鍜岀櫥褰曞悕瀹屽叏涓�鑷�"); } else { return CommonResult.failed(); } -- Gitblit v1.8.0