|
...
|
...
|
@@ -148,7 +148,7 @@ class AiVideoTask extends Command |
|
|
|
'author_id'=>$result['data']['author_id'],
|
|
|
|
'keyword'=>json_encode($result['data']['keyword'],true),
|
|
|
|
'content'=>$result['data']['content'],
|
|
|
|
'text'=>$result['data']['"section'],
|
|
|
|
'text'=>$result['data']['section'],
|
|
|
|
'status'=>$aiVideoTaskModel::STATUS_FINISH
|
|
|
|
];
|
|
|
|
$aiVideoModel->edit($saveData,['task_id'=>$item['task_id']]);
|
...
|
...
|
|