💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
## 定时任务 在自动收货,库存预警等功能使用到 ~~~ php think timer [ status ] [ --d ] ~~~ 参数 * status: 状态 * start: 启动 * stop: 关闭 * restart: 重启 * \--d : 后台执行 例如: * sudo -u www php think timer start --d * sudo -u www php think timer restart --d * sudo -u www php think timer stop --d **注意:往往登录服务器的用户是root用户这里在启动命令的时候记得一定要加上sudo - u www,不然会导致项目runtime/cache目录的权限改变,需注意;**