mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改代码
This commit is contained in:
parent
f730225b49
commit
7e00f1db86
@ -179,8 +179,7 @@ class Fans extends BasicAdmin
|
||||
{
|
||||
try {
|
||||
Db::name($this->table)->where('1=1')->delete();
|
||||
FansService::sync();
|
||||
TagsService::sync();
|
||||
[FansService::sync(), TagsService::sync()];
|
||||
LogService::write('微信管理', '同步全部微信粉丝成功');
|
||||
} catch (\Exception $e) {
|
||||
$this->error('同步粉丝记录失败,请稍候再试!' . $e->getMessage());
|
||||
|
Loading…
x
Reference in New Issue
Block a user