Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Nov 27, 2023
1 parent d4c6332 commit d807302
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion paypal/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (c *Client) SetBodySize(sizeMB int) {

// SetProxyUrl 设置代理 Url
// 使用场景:
// 1. 大陆直接调用 PayPal 接口响应较慢,可以在第三地例如硅谷部署代理服务器来加速请求
// 1. 大陆直接调用 PayPal 接口响应较慢,可以在第三地例如硅谷部署代理服务器来加速请求
func (c *Client) SetProxyUrl(proxyUrlProd, proxyUrlSandbox string) {
c.baseUrlProd = proxyUrlProd
c.baseUrlSandbox = proxyUrlSandbox
Expand Down
5 changes: 5 additions & 0 deletions release_note.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
版本号:Release 1.5.99
修改记录:
(1) 微信V3:新增微信服务商模式支付分。
(2) PayPal:支持代理BaseURL,国内部署以代理转发请求流量。

版本号:Release 1.5.98
修改记录:
(1) 支付宝:PR新增 client.PostFileAliPayAPISelfV2(),文件上传自定义方法(未做验证,不知道是否好用)。
Expand Down

0 comments on commit d807302

Please sign in to comment.