|
...
|
...
|
@@ -77,8 +77,8 @@ class EditVideoMp4 extends Command |
|
|
|
foreach ($srcLinks as $link) {
|
|
|
|
$newLink = str_replace('ecdn6.globalso.com', 'v6-file.globalso.com', $link);
|
|
|
|
$main_html = str_replace($link, $newLink, $main_html);
|
|
|
|
dd($main_html);
|
|
|
|
}
|
|
|
|
dd($main_html);
|
|
|
|
$templateModel = new BTemplate();
|
|
|
|
$templateModel->edit(['main_html'=>$main_html],['id'=>$id]);
|
|
|
|
return true;
|
...
|
...
|
|