Skip to content

Commit

Permalink
Update Client.php (#2667)
Browse files Browse the repository at this point in the history
解决默认配置代理不生效问题
  • Loading branch information
dqf1013 committed Mar 16, 2023
1 parent f2c1f2e commit 515c09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pay/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function __construct(
$this->defaultOptions = array_merge(self::OPTIONS_DEFAULTS, $this->defaultOptions);

if (! empty($defaultOptions)) {
$defaultOptions = RequestUtil::formatDefaultOptions($this->defaultOptions);
$defaultOptions = RequestUtil::formatDefaultOptions($defaultOptions);
[, $this->defaultOptions] = self::prepareRequest(null, null, $defaultOptions, $this->defaultOptions);
}

Expand Down

1 comment on commit 515c09e

@vercel
Copy link

@vercel vercel bot commented on 515c09e Mar 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

easywechat – ./

easywechat.vercel.app
easywechat-overtrue.vercel.app
easywechat-git-6x-overtrue.vercel.app

Please sign in to comment.