From ece79aedcfa96501f94aa8420e25f1ea6a4e515a Mon Sep 17 00:00:00 2001 From: zhanglingsheng Date: Thu, 12 Dec 2019 16:11:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E9=94=81=E5=AE=9A=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/UserController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application/Sdk/Controller/UserController.class.php b/Application/Sdk/Controller/UserController.class.php index 3a1d5533..3addb073 100644 --- a/Application/Sdk/Controller/UserController.class.php +++ b/Application/Sdk/Controller/UserController.class.php @@ -272,7 +272,7 @@ class UserController extends BaseController switch ($result) { case - 1: - $this -> set_message(1004, "fail", "密码错误"); + $this -> set_message(1005, "fail", "密码错误"); break; case - 2: $this -> set_message(1005, "fail", "密码错误");