_model('current_model') -> money_current($_REQUEST['user']); if(!$money){ JsonError( "未查询到账号信息!" ); } JsonSuccess( $money ); } } ?>