File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 16
16
17
17
---
18
18
19
- - #### 近期计划:
20
-
21
- > 将 gopay 库中,非支付相关的一些接口方法独立出去另外的 sdk 库,在 go-pay 组织下新建 ` wechat-sdk ` 和 ` alipay-sdk ` 两个项目,分别实现各个平台相关接口方法,优先进行 ` wechat-sdk ` 开发。
22
-
23
- > 微信小程序或公众号相关接口方法:已从 ` 微信v2 ` 移步替换成 ` github.com/go-pay/wechat-sdk `
24
-
25
- <br >
26
-
27
19
# 一、安装
28
20
29
21
``` bash
Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ type TransactionInfo struct {
128
128
PurchaseDate int64 `json:"purchaseDate"`
129
129
Quantity int64 `json:"quantity"`
130
130
RevocationDate int64 `json:"revocationDate"`
131
- RevocationReason string `json:"revocationReason"`
131
+ RevocationReason int `json:"revocationReason"`
132
132
SignedDate int64 `json:"signedDate"` // Auto-Renewable Subscription: An auto-renewable subscription. Non-Consumable: A non-consumable in-app purchase. Consumable: A consumable in-app purchase. Non-Renewing Subscription: A non-renewing subcription.
133
133
SubscriptionGroupIdentifier string `json:"subscriptionGroupIdentifier"`
134
134
TransactionId string `json:"transactionId"`
Original file line number Diff line number Diff line change 1
1
版本号:Release 1.5.82
2
2
修改记录:
3
3
(1) gopay:xhttp库增加BodySize的自定义化设置,各支付渠道 Client 增加 client.SetBodySize() 方法。
4
+ (2) gopay:xlog 支持自定义实现接口。
5
+ (3) apple:修改结构体字段 `revocationReason` 类型。
4
6
5
7
版本号:Release 1.5.81
6
8
修改记录:
You can’t perform that action at this time.
0 commit comments