作者 lyh

gx

... ... @@ -124,7 +124,7 @@ class LoginController extends BaseController
$templateModel = new TemplateModule();
$list = $templateModel->list();
foreach ($list as $k => $v){
preg_match_all('/\"https:\/\/develop.globalso.com\/a\/image\/(.*?)\"/', $v['html'], $matches);
preg_match_all('/\"https:\/\/develop.globalso.com\/b\/image\/(.*?)\"/', $v['html'], $matches);
if (!empty($matches[1])) {
$srcValues = $matches[1];
$imageModel = new Image();
... ...