[更新]修改微信粉丝取消关注状态同步

This commit is contained in:
Anyon 2017-05-10 13:38:17 +08:00
parent f44e55c96d
commit 51d313d57c

View File

@ -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']);
}
}