修改错误提示...

Signed-off-by: 502647092 <jtb1@163.com>
master
502647092 2015-11-14 11:18:22 +08:00
parent 36ef3990da
commit 8f27adba84
1 changed files with 1 additions and 1 deletions

View File

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