mirror of
				https://e.coding.net/circlecloud/McAccount.git
				synced 2025-11-03 17:56:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			212 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			212 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php 
 | 
						|
class user_current extends AmysqlController
 | 
						|
{
 | 
						|
    function current()
 | 
						|
    {
 | 
						|
        $money = $this -> _model('current_model') -> money_current($_REQUEST['user']);
 | 
						|
 | 
						|
        JsonSuccess( $money );
 | 
						|
    }
 | 
						|
}
 | 
						|
 | 
						|
?>
 |