阅读(4990)
赞(1)
CRMEB v4 定时任务
2022-03-26 18:02:05 更新
windows 下开启定时任务
在项目根目录中按住 shift 鼠标右键 在此处打开 powershell 窗口
执行启动命令
php think timer start --d
并保持窗口不要关闭

命令说明:
php think timer start --d启动命令php think timer restart --d重启命令php think timer stop --d停止命令

