Skip to content

Commit

Permalink
v1.5.75
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Mar 27, 2022
1 parent df995c1 commit 1fe980c
Show file tree
Hide file tree
Showing 2 changed files with 10 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.74"
Version = "1.5.75"
)

type DebugSwitch int8
9 changes: 9 additions & 0 deletions release_note.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
版本号:Release 1.5.75
修改记录:
(1) 微信V3:client.V3Apply4SubModifySettlement(),sub_mchid 问题处理
(2) 微信V3:微信分账接收方,model参数补充添加 detail_id
(3) PayPal:注释中接口文档地址更新
(4) PayPal:新增 client.OrderConfirm(),订单确认
(5) PayPal:OrderDetail、Capture、Payer、Name 等结构体,遗漏参数补充
(6) gopay:pkg/xtime/parse_format.go,优化 DurationToUnit() 方法,int -> int64

版本号:Release 1.5.74
修改记录:
(1) gopay:一些小改动,util.GetRandomString() -> util.RandomString()
Expand Down

0 comments on commit 1fe980c

Please sign in to comment.