mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]微信图文内容html反解析
This commit is contained in:
parent
5b54d3d5be
commit
2e544d4899
@ -43,6 +43,7 @@ class WechatService
|
||||
foreach ($articles as $article) {
|
||||
if (intval($article['id']) === intval($article_id)) {
|
||||
unset($article['create_by'], $article['create_at']);
|
||||
$article['content'] = htmlspecialchars_decode($article['content']);
|
||||
$data['articles'][] = $article;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user