多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
### 定时任务 PRO V1.1版本预留定时任务功能,自动收货、未支付订单自动取消、拼团失败处理、更新直播间以及直播商品状态、清楚海报等功能使用,可自行添加定时任务。 ```sh php think timer [ status ] [ --d ] ``` 参数 - status: 状态 - start: 启动 - stop: 关闭 - restart: 重启 - --d : 后台执行 例如: - php think timer start --d - php think timer restart --d - php think timer stop --d