| 
					
				 | 
			
			
				@@ -9,7 +9,7 @@ class My extends Core 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     public function test() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        $where['email'] = '1208039765@qq.com'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        $where['email'] = '2934170@qq.com'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $code = Dever::load('passport/reg')->code(false, false); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         $email = base64_encode($where['email']); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         return Dever::load('option/lib/email.renzheng?aid='.$this->uid.'&email=' . $email . '&code=' . $code . '&username=' . $this->user['name']); 
			 |