合并分支 'lyh-server' 到 'master'
gx 查看合并请求 !2501
正在显示
1 个修改的文件
包含
4 行增加
和
1 行删除
| @@ -56,6 +56,9 @@ class AiVideoAutoPublish extends Command | @@ -56,6 +56,9 @@ class AiVideoAutoPublish extends Command | ||
| 56 | if($action == 'auto_send_video'){ | 56 | if($action == 'auto_send_video'){ |
| 57 | $this->auto_send_video(); | 57 | $this->auto_send_video(); |
| 58 | } | 58 | } |
| 59 | + if($action == 'auto_save_video_task'){ | ||
| 60 | + $this->auto_save_video_task(); | ||
| 61 | + } | ||
| 59 | } | 62 | } |
| 60 | 63 | ||
| 61 | /** | 64 | /** |
| @@ -223,7 +226,7 @@ class AiVideoAutoPublish extends Command | @@ -223,7 +226,7 @@ class AiVideoAutoPublish extends Command | ||
| 223 | } | 226 | } |
| 224 | $info = $aiVideoAutoLogModel->read(['id'=>$task_id]); | 227 | $info = $aiVideoAutoLogModel->read(['id'=>$task_id]); |
| 225 | if($info === false){ | 228 | if($info === false){ |
| 226 | - $this->output( date('Y-m-d H:i:s').':当前数据不存在或已被删除'.$task_id); | 229 | + $this->output(date('Y-m-d H:i:s').':当前数据不存在或已被删除'.$task_id); |
| 227 | continue; | 230 | continue; |
| 228 | } | 231 | } |
| 229 | try { | 232 | try { |
-
请 注册 或 登录 后发表评论