Skip to content

Commit

Permalink
v1.5.104
Browse files Browse the repository at this point in the history
  • Loading branch information
iGoogle-ink committed Jul 25, 2024
1 parent 5d3cf71 commit c38f222
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion alipay/model_merchant.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ type Receiver struct {

type TradeOrderSettle struct {
ErrorResponse
TradeNo string `json:"trade_no,omitempty"`
TradeNo string `json:"trade_no,omitempty"`
SettleNo string `json:"settle_no,omitempty"`
}

type TradeOrderSettleQuery struct {
Expand Down
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.103"
Version = "1.5.104"
)

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.104
修改记录:
(1) gopay:golang.org/x/crypto v0.24.0 版本升级到 v0.25.0。
(2) 支付宝:client.TradeOrderSettle(),response 完善字段。


版本号:Release 1.5.103
修改记录:
(1) gopay:xlog 库更新,支持接口自定义logger。
Expand Down

0 comments on commit c38f222

Please sign in to comment.