mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]完善微信粉丝列表
This commit is contained in:
parent
95b8911e76
commit
fa6cbb4e1f
@ -51,6 +51,7 @@ class Fans extends BasicAdmin {
|
|||||||
* 同步粉丝列表
|
* 同步粉丝列表
|
||||||
*/
|
*/
|
||||||
public function sync(){
|
public function sync(){
|
||||||
|
Db::name($this->table)->where('1=1')->delete();
|
||||||
if(WechatService::syncAllFans('')){
|
if(WechatService::syncAllFans('')){
|
||||||
$this->success('同步获取所有粉丝成功!','');
|
$this->success('同步获取所有粉丝成功!','');
|
||||||
}else{
|
}else{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user