|
...
|
...
|
@@ -144,6 +144,7 @@ class AiVideoTask extends Command |
|
|
|
}
|
|
|
|
//拿到返回的路由查看是否重复
|
|
|
|
$route = RouteMap::setRoute($result['data']['url'], RouteMap::SOURCE_AI_VIDEO, $aiVideoInfo['id'], $item['project_id']);
|
|
|
|
echo '返回的路由:'.$route.PHP_EOL;
|
|
|
|
if($route != $result['data']['url']){
|
|
|
|
$res = $aiVideoService->updateDetail(['route'=>$route,'task_id'=>$item['task_id']]);
|
|
|
|
dd($res);
|
...
|
...
|
|