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}]");