|
...
|
...
|
@@ -50,6 +50,7 @@ class AiVideoLogic extends BaseLogic |
|
|
|
}catch (\Exception $e){
|
|
|
|
$this->fail('保存失败,请联系管理员');
|
|
|
|
}
|
|
|
|
shell_exec("php artisan save_ai_video_list {$this->user['project_id']} > /dev/null 2>&1 &");
|
|
|
|
return $this->success();
|
|
|
|
}
|
|
|
|
|
|
...
|
...
|
@@ -93,6 +94,7 @@ class AiVideoLogic extends BaseLogic |
|
|
|
}catch (\Exception $e){
|
|
|
|
$this->fail('删除失败,请联系管理员');
|
|
|
|
}
|
|
|
|
shell_exec("php artisan save_ai_video_list {$this->user['project_id']} > /dev/null 2>&1 &");
|
|
|
|
return $this->success();
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|