From c7c61a01e82ce890700cea426ed3057dfbccb9e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 20 Mar 2022 20:48:02 +0800 Subject: [PATCH] Update Fans.php --- app/wechat/command/Fans.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/wechat/command/Fans.php b/app/wechat/command/Fans.php index 3ae63e9b3..ca2128e20 100644 --- a/app/wechat/command/Fans.php +++ b/app/wechat/command/Fans.php @@ -49,10 +49,7 @@ class Fans extends Command */ public function handle() { - $message = $this->_list(); - $message .= $this->_tags(); - $message .= $this->_black(); - $this->setQueueSuccess($message); + $this->setQueueSuccess($this->_list() . $this->_tags() . $this->_black()); } /**