game2006api/webapp/controller/ComputingPowerController.class.php
hujiabin e56cb2bc52 1
2024-04-25 14:03:33 +08:00

11 lines
193 B
PHP

<?php
use phpcommon\SqlHelper;
class ComputingPowerController extends BaseAuthedController
{
public function _handlePre()
{
parent::_handlePre();
die;
}
}