1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2024-11-21 01:38:55 +00:00

修改错误提示...

Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
502647092 2015-11-14 11:18:22 +08:00
parent 36ef3990da
commit 8f27adba84

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