Browse Source

Update Fans.php

Anyon 4 years ago
parent
commit
bf7c83b270
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/wechat/controller/Fans.php

+ 1 - 1
app/wechat/controller/Fans.php

@@ -75,7 +75,7 @@ class Fans extends Controller
      */
     public function sync()
     {
-        $this->_queue('同步微信用户数据', "xadmin:fansall", 1, [], 0);
+        $this->_queue('同步微信用户数据', "xadmin:fansall");
     }
 
     /**