request->url(true); return WechatService::webOauth($url, 0)['openid']; } /** * 获取微信粉丝信息 * @return bool|array * @throws \Exception * @throws \think\Exception * @throws \think\exception\PDOException */ protected function getFansinfo() { $url = $this->request->url(true); return WechatService::webOauth($url, 1)['fansinfo']; } }