Commit 546a0e28 authored by hj's avatar hj

更新提交

parent 4b28a1ac
...@@ -63,7 +63,7 @@ class CheMenuService ...@@ -63,7 +63,7 @@ class CheMenuService
'method' => 'categoryPage' 'method' => 'categoryPage'
]; ];
$this->apiService->pushQueue($jobContent,'chemenu_category_page'); $this->apiService->pushQueue($jobContent,'chemenu_category_page');
return true; break;
} }
SimpleLogs::writeLog('开始分析分类页面数据', 'chemenu info', 'info'); SimpleLogs::writeLog('开始分析分类页面数据', 'chemenu info', 'info');
$titleDivRegx = '/<div[\s]*?class=[\\\'|\"]cate_desc[\\\'|\"]>[\S\s]*<h2[\s]*?class=[\\\'|\"]desc_title[\\\'|\"]>(?<title>[\s\S]+?)<\/h2>[\s\S]*?<p[\s]*?class=[\\\'|\"]desc_content[\\\'|\"]>(?<content>[\s\S]*?)<\/p>/i'; $titleDivRegx = '/<div[\s]*?class=[\\\'|\"]cate_desc[\\\'|\"]>[\S\s]*<h2[\s]*?class=[\\\'|\"]desc_title[\\\'|\"]>(?<title>[\s\S]+?)<\/h2>[\s\S]*?<p[\s]*?class=[\\\'|\"]desc_content[\\\'|\"]>(?<content>[\s\S]*?)<\/p>/i';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment