新建了一个woker专门跑定时任务 <?php use \Workerman\Worker; use \Workerman\Lib\BaseJson; use \Workerman\Lib\Timer; use \Workerman\Connection\AsyncTcpConnection; // 自动加载类 require_once __DIR__ . '/../../Workerman/Autoload...