Update Fans.php

This commit is contained in:
Anyon 2020-12-12 14:31:01 +08:00
parent fcb819a304
commit bf7c83b270

View File

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