正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -50,6 +50,7 @@ class AiVideoLogic extends BaseLogic | @@ -50,6 +50,7 @@ class AiVideoLogic extends BaseLogic | ||
| 50 | }catch (\Exception $e){ | 50 | }catch (\Exception $e){ |
| 51 | $this->fail('保存失败,请联系管理员'); | 51 | $this->fail('保存失败,请联系管理员'); |
| 52 | } | 52 | } |
| 53 | + shell_exec("php artisan save_ai_video_list {$this->user['project_id']} > /dev/null 2>&1 &"); | ||
| 53 | return $this->success(); | 54 | return $this->success(); |
| 54 | } | 55 | } |
| 55 | 56 | ||
| @@ -93,6 +94,7 @@ class AiVideoLogic extends BaseLogic | @@ -93,6 +94,7 @@ class AiVideoLogic extends BaseLogic | ||
| 93 | }catch (\Exception $e){ | 94 | }catch (\Exception $e){ |
| 94 | $this->fail('删除失败,请联系管理员'); | 95 | $this->fail('删除失败,请联系管理员'); |
| 95 | } | 96 | } |
| 97 | + shell_exec("php artisan save_ai_video_list {$this->user['project_id']} > /dev/null 2>&1 &"); | ||
| 96 | return $this->success(); | 98 | return $this->success(); |
| 97 | } | 99 | } |
| 98 | 100 |
-
请 注册 或 登录 后发表评论