From bcc5e57154e5d5113b66735d3ac9ebdb67695eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Fri, 21 Apr 2017 17:25:48 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E7=AE=80=E5=8C=96=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=EF=BC=8C=E4=BC=98=E5=8C=96=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/controller/Fans.php | 1 + 1 file changed, 1 insertion(+) diff --git a/application/wechat/controller/Fans.php b/application/wechat/controller/Fans.php index 49af1848e..72efe9dd7 100644 --- a/application/wechat/controller/Fans.php +++ b/application/wechat/controller/Fans.php @@ -53,6 +53,7 @@ class Fans extends BasicAdmin { public function sync() { Db::name($this->table)->where('1=1')->delete(); if (WechatService::syncAllFans('')) { + LogService::write('微信管理', '同步全部微信粉丝成功'); $this->success('同步获取所有粉丝成功!', ''); } $this->error('同步获取粉丝失败,请稍候再试!');