新建了一個woker專門跑定時任務(wù) <?php use \Workerman\Worker; use \Workerman\Lib\BaseJson; use \Workerman\Lib\Timer; use \Workerman\Connection\AsyncTcpConnection; // 自動加載類 require_once __DIR__ . '/../../Workerman/Autoload...