作者 lyh

gx

@@ -124,7 +124,7 @@ class LoginController extends BaseController @@ -124,7 +124,7 @@ class LoginController extends BaseController
124 $list = $templateModel->list(); 124 $list = $templateModel->list();
125 foreach ($list as $k => $v){ 125 foreach ($list as $k => $v){
126 // 使用正则表达式和 preg_match_all 函数来匹配多个 img 标签的 src 值 126 // 使用正则表达式和 preg_match_all 函数来匹配多个 img 标签的 src 值
127 - preg_match_all('/\"https:\/\/develop.globalso.com\/a\/image\/(.*?)\"/', $v['html'], $matches); 127 + preg_match_all('/\"https:\/\/develop.globalso.com\/b\/image\/(.*?)\"/', $v['html'], $matches);
128 if (!empty($matches[1])) { 128 if (!empty($matches[1])) {
129 $srcValues = $matches[1]; 129 $srcValues = $matches[1];
130 $imageModel = new Image(); 130 $imageModel = new Image();