From 58a1b849d8eb4fe157cf968674b42f91c2e8929e Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 26 Apr 2017 16:13:39 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E5=9B=BE=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/controller/News.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/wechat/controller/News.php b/application/wechat/controller/News.php index c719a41c5..1fc266649 100644 --- a/application/wechat/controller/News.php +++ b/application/wechat/controller/News.php @@ -201,7 +201,7 @@ class News extends BasicAdmin { } $wechat = &load_wechat('Receive'); if (FALSE !== $wechat->sendGroupMassMessage($data)) { - LogService::write('微信管理', "图文[{$news_id}]推送成功!"); + LogService::write('微信管理', "图文[{$news_id}]推送成功"); $this->success('微信图文推送成功!', ''); } $this->error("微信图文推送失败,{$wechat->errMsg} [{$wechat->errCode}]");