mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信粉丝取消关注状态同步
This commit is contained in:
parent
f44e55c96d
commit
51d313d57c
@ -228,7 +228,7 @@ class Api extends Controller {
|
||||
WechatService::setFansInfo($userInfo, $wechat->appid);
|
||||
}
|
||||
} else {
|
||||
$data = ['subscribe' => '0', 'appid' => $this->appid, 'openid' => $this->openid];
|
||||
$data = ['subscribe' => '0', 'appid' => $this->wechat->appid, 'openid' => $this->openid];
|
||||
DataService::save('wechat_fans', $data, ['appid', 'openid']);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user