From a566bfdd2ed72eadb33a6b432ebc1a30cff37b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B4=94=E4=BA=AE?= Date: Thu, 13 Dec 2018 10:20:07 +0800 Subject: [PATCH] Update QQ.php --- clients/QQ.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/QQ.php b/clients/QQ.php index a01381b..421a8e2 100644 --- a/clients/QQ.php +++ b/clients/QQ.php @@ -24,7 +24,7 @@ public function init() protected function initUserAttributes() { - return array_merge(['id' => $this->user->openid], $this->api('user/get_user_info', 'GET', ['oauth_consumer_key' => $this->user->client_id, 'openid' => $this->user->openid]); + return array_merge(['id' => $this->user->openid], $this->api('user/get_user_info', 'GET', ['oauth_consumer_key' => $this->user->client_id, 'openid' => $this->user->openid])); } /**