作者 lyh

gx

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