mirror of
				https://e.coding.net/circlecloud/McAccount.git
				synced 2025-11-03 17:56:24 +00:00 
			
		
		
		
	@@ -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 ( "验证失败" );
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user