From ba0049a895dca426655f516e8fd126e9dd83e570 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 26 Apr 2017 16:11:01 +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 f6a8728bd..c719a41c5 100644 --- a/application/wechat/controller/News.php +++ b/application/wechat/controller/News.php @@ -202,7 +202,7 @@ class News extends BasicAdmin { $wechat = &load_wechat('Receive'); if (FALSE !== $wechat->sendGroupMassMessage($data)) { LogService::write('微信管理', "图文[{$news_id}]推送成功!"); - $this->success('微信图文推送成功!'); + $this->success('微信图文推送成功!', ''); } $this->error("微信图文推送失败,{$wechat->errMsg} [{$wechat->errCode}]"); }