阅读(149)
赞(10)
CRMEB v4 开启定时任务
2022-03-26 18:04:41 更新
开启定时任务方法
在自动收货,库存预警等功能使用到
一、Linux宝塔面板和Linux命令行
进入终端 执行启动或重启命令
二、windows下开启定时任务
在项目根目录中按住 shift 鼠标右键 在此处打开 powershell 窗口 执行启动命令 并保持窗口不要关闭
命令说明:
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
停止命令