From e270e8122359523219267b2eda69e16d2443a504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 27 Oct 2022 15:00:55 +0800 Subject: [PATCH] Update Fans.php --- app/wechat/command/Fans.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wechat/command/Fans.php b/app/wechat/command/Fans.php index ac6cbde1b..316d50520 100644 --- a/app/wechat/command/Fans.php +++ b/app/wechat/command/Fans.php @@ -67,7 +67,7 @@ class Fans extends Command protected function _list(string $next = '', int $done = 0): string { $appid = WechatService::getAppid(); - $this->process->message(0, 0, '开始获取微信用户数据'); + $this->process->message('开始获取微信用户数据'); while (is_string($next)) { $result = WechatService::WeChatUser()->getUserList($next); if (is_array($result) && !empty($result['data']['openid'])) {