正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -77,6 +77,7 @@ class EditVideoMp4 extends Command | @@ -77,6 +77,7 @@ class EditVideoMp4 extends Command | ||
| 77 | foreach ($srcLinks as $link) { | 77 | foreach ($srcLinks as $link) { |
| 78 | $newLink = str_replace('ecdn6.globalso.com', 'v6-file.globalso.com', $link); | 78 | $newLink = str_replace('ecdn6.globalso.com', 'v6-file.globalso.com', $link); |
| 79 | $main_html = str_replace($link, $newLink, $main_html); | 79 | $main_html = str_replace($link, $newLink, $main_html); |
| 80 | + dd($main_html); | ||
| 80 | } | 81 | } |
| 81 | $templateModel = new BTemplate(); | 82 | $templateModel = new BTemplate(); |
| 82 | $templateModel->edit(['main_html'=>$main_html],['id'=>$id]); | 83 | $templateModel->edit(['main_html'=>$main_html],['id'=>$id]); |
-
请 注册 或 登录 后发表评论