Skip to content

Commit

Permalink
v1.5.37
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Apr 7, 2021
1 parent 3de2f4d commit 0ad1c27
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const (
OK = "OK"
DebugOff = 0
DebugOn = 1
Version = "1.5.36"
Version = "1.5.37"
)

type DebugSwitch int8
7 changes: 7 additions & 0 deletions release_note.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
版本号:Release 1.5.37
修改记录:
(1) 支付宝:修改 client.FundAuthOrderAppFreeze() 接口返回参数
(2) 支付宝:新增 client.GetRequestSignParam(),获取已签名的完整请求参数
(3) 微信V3:增加 client.GetPlatformCerts(),获取微信平台证书公钥,增加注释说明
(4) 支付宝:拆分 _test.go 文件

版本号:Release 1.5.36
修改记录:
(1) 支付宝:新增 资金API 类别 接口实现
Expand Down

0 comments on commit 0ad1c27

Please sign in to comment.