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() {