作者 lyh

gx

... ... @@ -230,10 +230,10 @@ class BTemplateLogic extends BaseLogic
if (preg_match($pattern, $param['html'], $matches)) {
$result = $matches[0];
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($result, true) . PHP_EOL, FILE_APPEND);
echo $result;
} else {
echo "未找到匹配内容";
@file_put_contents(storage_path('logs/lyh_error.log'), var_export(222222222, true) . PHP_EOL, FILE_APPEND);
}
die();
$data = [
'head_html'=>$param['head_html'],
'head_css'=>$param['head_css'],
... ...