mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-05 05:52:43 +08:00
Update FansService.php
This commit is contained in:
parent
25014ee662
commit
8049a21c27
@ -47,6 +47,7 @@ class FansService extends Service
|
||||
if ($appid !== '') $user['appid'] = $appid;
|
||||
unset($user['privilege'], $user['groupid']);
|
||||
$this->app->event->trigger('WechatFansUpdate', $user);
|
||||
foreach ($user as $k => $v) if ($v === '') unset($user[$k]);
|
||||
return !!data_save(WechatFans::class, $user, 'openid');
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user