[更新]完善微信粉丝列表

This commit is contained in:
邹景立 2017-04-13 15:41:42 +08:00
parent 95b8911e76
commit fa6cbb4e1f

View File

@ -51,6 +51,7 @@ class Fans extends BasicAdmin {
* 同步粉丝列表
*/
public function sync(){
Db::name($this->table)->where('1=1')->delete();
if(WechatService::syncAllFans('')){
$this->success('同步获取所有粉丝成功!','');
}else{