mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改粉丝同步描述
This commit is contained in:
parent
42bd37373e
commit
f28f4a30a4
@ -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('创建同步粉丝任务成功,需要时间来完成。<br>请到系统任务管理查看进度!');
|
||||
$this->success('创建同步粉丝任务成功,需要时间来完成。<br>请到 [系统管理] -> [任务管理] 查看执行进度!');
|
||||
} catch (HttpResponseException $exception) {
|
||||
throw $exception;
|
||||
} catch (\Exception $e) {
|
||||
|
@ -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('创建同步粉丝任务成功,需要时间来完成。<br>请到[系统管理]->[任务管理]查看执行进度!');
|
||||
$this->success('创建同步粉丝任务成功,需要时间来完成。<br>请到 [系统管理] -> [任务管理] 查看执行进度!');
|
||||
} catch (HttpResponseException $exception) {
|
||||
throw $exception;
|
||||
} catch (\Exception $e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user