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 {
|
try {
|
||||||
Db::name($this->table)->where('1=1')->delete();
|
Db::name($this->table)->where('1=1')->delete();
|
||||||
FansService::sync();
|
[FansService::sync(), TagsService::sync()];
|
||||||
TagsService::sync();
|
|
||||||
LogService::write('微信管理', '同步全部微信粉丝成功');
|
LogService::write('微信管理', '同步全部微信粉丝成功');
|
||||||
} catch (\Exception $e) {
|
} catch (\Exception $e) {
|
||||||
$this->error('同步粉丝记录失败,请稍候再试!' . $e->getMessage());
|
$this->error('同步粉丝记录失败,请稍候再试!' . $e->getMessage());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user