指尖互联's Archiver
技术分享
›
技术分享
› crmeb定时任务
test
发表于 2020-1-8 20:26:12
crmeb定时任务
在自动收货,库存预警等功能使用到
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
页:
[1]
查看完整版本:
crmeb定时任务