作者 lyh

gx

... ... @@ -78,7 +78,6 @@ class EditVideoMp4 extends Command
$newLink = str_replace('v6-file.globalso.com','ecdn6.globalso.com', $link);
$main_html = str_replace($link, $newLink, $main_html);
}
dd($main_html);
$templateModel = new BTemplate();
$templateModel->edit(['main_html'=>$main_html],['id'=>$id]);
return true;
... ...