game2005api/webapp/controller/TestPhp.class.php
2021-03-31 10:38:59 +08:00

15 lines
131 B
PHP

<?php
class TestPhp extends BaseAuthedController {
public testPhpFunc()
{
error_log("FromPhpTest");
}
}