From 8f27adba84f642316c147fd92c3147b660c6cf84 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Sat, 14 Nov 2015 11:18:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 502647092 --- Controller/user_public.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Controller/user_public.php b/Controller/user_public.php index 3b6480b..d9a67be 100644 --- a/Controller/user_public.php +++ b/Controller/user_public.php @@ -29,7 +29,7 @@ class user_public extends AmysqlController { if ($this->_model ( "authme" )->clientlogin ( @$_REQUEST ['user'], md5 ( @$_REQUEST ['pass'] ) )) { JsonSuccess ( '登陆成功!' ); } else { - JsonError ( '登陆失败!' ); + JsonError ( '登陆失败 用户名或密码错误!' ); } } function clientlogout() {