From f28f4a30a42bd5ec3d2aa79090f4ca2b6d6cef3d Mon Sep 17 00:00:00 2001 From: Anyon Date: Sat, 3 Aug 2019 15:14:50 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E7=B2=89?= =?UTF-8?q?=E4=B8=9D=E5=90=8C=E6=AD=A5=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/service/controller/Fans.php | 2 +- application/wechat/controller/Fans.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/application/service/controller/Fans.php b/application/service/controller/Fans.php index 4b9bcc25f..1046b9f82 100644 --- a/application/service/controller/Fans.php +++ b/application/service/controller/Fans.php @@ -142,7 +142,7 @@ class Fans extends Controller try { sysoplog('微信管理', "创建微信[{$this->appid}]粉丝同步任务"); QueueService::add("同步[{$this->appid}]粉丝列表", WechatQueue::URI, 0, ['appid' => $this->appid], 0); - $this->success('创建同步粉丝任务成功,需要时间来完成。
请到系统任务管理查看进度!'); + $this->success('创建同步粉丝任务成功,需要时间来完成。
请到 [系统管理] -> [任务管理] 查看执行进度!'); } catch (HttpResponseException $exception) { throw $exception; } catch (\Exception $e) { diff --git a/application/wechat/controller/Fans.php b/application/wechat/controller/Fans.php index 87b6612ef..04dbf7393 100644 --- a/application/wechat/controller/Fans.php +++ b/application/wechat/controller/Fans.php @@ -118,7 +118,7 @@ class Fans extends Controller $this->appid = WechatService::getAppid(); sysoplog('微信管理', "创建微信[{$this->appid}]粉丝同步任务"); QueueService::add("同步[{$this->appid}]粉丝列表", WechatQueue::URI, 0, ['appid' => $this->appid], 0); - $this->success('创建同步粉丝任务成功,需要时间来完成。
请到[系统管理]->[任务管理]查看执行进度!'); + $this->success('创建同步粉丝任务成功,需要时间来完成。
请到 [系统管理] -> [任务管理] 查看执行进度!'); } catch (HttpResponseException $exception) { throw $exception; } catch (\Exception $e) {