|
...
|
...
|
@@ -174,7 +174,7 @@ class VideoTask extends Command |
|
|
|
'is_ytb'=>false,
|
|
|
|
'other_language_subtitle'=>false
|
|
|
|
];
|
|
|
|
$result = Http::post('http://216.250.255.116:7866/create_task', $data);
|
|
|
|
$result = Http::post('http://216.250.255.116:7866/create_task', $data);//todo::小天的接口
|
|
|
|
$res_json = json_decode($result,true);
|
|
|
|
$val->task_id = $task_id;
|
|
|
|
$val->status = KeywordVideoTaskLog::STATUS_ERROR;
|
...
|
...
|
|