OpsController.class.php改为软连接

This commit is contained in:
aozhiwei 2019-01-25 14:38:54 +08:00
parent a3467fa5b3
commit 61b12e3ec7

View File

@ -1,15 +0,0 @@
<?php
class OpsController {
public function selfChecking()
{
echo json_encode(array(
'errcode' => 0,
'errmsg' => '',
'healthy' => 1,
'max_rundelay' => 1,
));
}
}

View File

@ -0,0 +1 @@
../phpcommon/Controller/OpsController.class.php