|
...
|
...
|
@@ -31,7 +31,7 @@ class AiVideoController extends BaseController |
|
|
|
if ($count < 0) {
|
|
|
|
Redis::set('ai_video_image', 0);
|
|
|
|
}
|
|
|
|
$data = $this->param['attachments'] ?? [];
|
|
|
|
$data = $this->param['attachments'][0] ?? [];
|
|
|
|
$aiVideoAutoLogModel = new AiVideoAutoLog();
|
|
|
|
if(empty($data) || empty($data['url'])){
|
|
|
|
$aiVideoAutoLogModel->edit(['status'=>9,'result'=>json_encode($this->param,true)],['trigger_id'=>$this->param['id']]);
|
...
|
...
|
|