From bd2eb569f65a81b331b7b1d9ec371e0b5300b22c Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 24 Mar 2020 10:45:41 +0800 Subject: [PATCH] Update Fans.php --- app/wechat/command/Fans.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/wechat/command/Fans.php b/app/wechat/command/Fans.php index 3fd7533e2..bc71e279f 100644 --- a/app/wechat/command/Fans.php +++ b/app/wechat/command/Fans.php @@ -89,9 +89,6 @@ class Fans extends Command } $next = $result['total'] > $done ? $result['next_openid'] : null; } - - $this->setQueueProgress(2, '执行前端代码'); - $this->setQueueProgress(2, 'javascript:alert(1)'); $this->output->comment('--> Wechat user data synchronization completed'); $this->output->newLine(); return "同步{$done}个用户数据";