Browse Source

Update Fans.php

邹景立 3 years ago
parent
commit
c7c61a01e8
1 changed files with 1 additions and 4 deletions
  1. 1 4
      app/wechat/command/Fans.php

+ 1 - 4
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());
     }
 
     /**