Posted inhandbook 定时任务-命令说明 Posted by By xodor 2024-05-13No Comments 启动命令 文件位置:crmeb\command\Timer.php php think timer start 命令对应执行方法 public function start() 停止命令 php think timer stop 命令对应执行方法 public function stop() 守护进程下运行 php think timer start --d 其他服务端执行文档详见 xodor View All Posts Post navigation Previous Post 定时任务-新增定时任务Next Post长连接-配置说明