mirror of
https://e.coding.net/circlecloud/McAccount.git
synced 2024-11-22 01:48:55 +00:00
修改错误提示...
Signed-off-by: 502647092 <jtb1@163.com>
This commit is contained in:
parent
36ef3990da
commit
8f27adba84
@ -29,7 +29,7 @@ class user_public extends AmysqlController {
|
|||||||
if ($this->_model ( "authme" )->clientlogin ( @$_REQUEST ['user'], md5 ( @$_REQUEST ['pass'] ) )) {
|
if ($this->_model ( "authme" )->clientlogin ( @$_REQUEST ['user'], md5 ( @$_REQUEST ['pass'] ) )) {
|
||||||
JsonSuccess ( '登陆成功!' );
|
JsonSuccess ( '登陆成功!' );
|
||||||
} else {
|
} else {
|
||||||
JsonError ( '登陆失败!' );
|
JsonError ( '登陆失败 用户名或密码错误!' );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function clientlogout() {
|
function clientlogout() {
|
||||||
|
Loading…
Reference in New Issue
Block a user