1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2025-09-07 07:47:34 +00:00

更新项目...

Signed-off-by: j502647092 <jtb1@163.com>
This commit is contained in:
j502647092
2015-11-01 22:29:21 +08:00
parent 17a9ae06a2
commit 5425b2b1e4
6 changed files with 58 additions and 147 deletions

View File

@ -23,7 +23,7 @@ class mail_status extends AmysqlController {
JsonError ( '验证码不对!请重试' );
exit ( 0 );
}
if ($this->_model ( "mail_model" )->mail ( @$_REQUEST ['mail'], $verify, @$_SESSION ['username'] ))
if ($this->_model ( "mail_model" )->mail ( @$_REQUEST ['mail'], @$_SESSION ['username'] ))
JsonSuccess ( '验证成功' );
else
JsonError ( "验证失败" );