Skip to content

Commit

Permalink
Update Authentication.php
Browse files Browse the repository at this point in the history
bugfix:修复请求token未正常获取
  • Loading branch information
sunsgneayo authored Nov 24, 2023
1 parent 6b16b94 commit cd92bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Traits/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function issueToken(array &$options = [])
return;
}
if (!$this->isExpired()) {
$options[RequestOptions::QUERY]['accessToken'] = $this->accessToken;
return;
}

Expand Down

0 comments on commit cd92bbb

Please sign in to comment.