mirror of
https://e.coding.net/circlecloud/McAccount.git
synced 2025-09-05 07:27:21 +00:00
init project...
This commit is contained in:
12
Controller/user_current.php
Normal file
12
Controller/user_current.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
class user_current extends AmysqlController
|
||||
{
|
||||
function current()
|
||||
{
|
||||
$money = $this -> _model('current_model') -> money_current($_REQUEST['user']);
|
||||
|
||||
JsonSuccess( $money );
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
Reference in New Issue
Block a user