Skip to content

Commit

Permalink
v1.5.36
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Mar 24, 2021
1 parent 939c803 commit 010e74a
Show file tree
Hide file tree
Showing 2 changed files with 7 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.35"
Version = "1.5.36"
)

type DebugSwitch int8
6 changes: 6 additions & 0 deletions release_note.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
版本号:Release 1.5.36
修改记录:
(1) 支付宝:新增 资金API 类别 接口实现
(2) 微信V3:修复银行转账接口,银行卡号和收款人的 RSA 加密bug
(3) 一些其他小修复调整

版本号:Release 1.5.35
修改记录:
(1) 微信V3:修复 普通支付回调通知 解密后的结构体问题
Expand Down

0 comments on commit 010e74a

Please sign in to comment.