Skip to content

Commit

Permalink
Update QQ.php
Browse files Browse the repository at this point in the history
  • Loading branch information
cuileon authored Dec 13, 2018
1 parent 3db2191 commit a566bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/QQ.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]));
}

/**
Expand Down

0 comments on commit a566bfd

Please sign in to comment.