Skip to content

Commit c69fb79

Browse files
committed
v1.5.82
1 parent 2ee38d3 commit c69fb79

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@
1616

1717
---
1818

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-
2719
# 一、安装
2820

2921
```bash

apple/notification_v2_model.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ type TransactionInfo struct {
128128
PurchaseDate int64 `json:"purchaseDate"`
129129
Quantity int64 `json:"quantity"`
130130
RevocationDate int64 `json:"revocationDate"`
131-
RevocationReason string `json:"revocationReason"`
131+
RevocationReason int `json:"revocationReason"`
132132
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.
133133
SubscriptionGroupIdentifier string `json:"subscriptionGroupIdentifier"`
134134
TransactionId string `json:"transactionId"`

release_note.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
版本号:Release 1.5.82
22
修改记录:
33
(1) gopay:xhttp库增加BodySize的自定义化设置,各支付渠道 Client 增加 client.SetBodySize() 方法。
4+
(2) gopay:xlog 支持自定义实现接口。
5+
(3) apple:修改结构体字段 `revocationReason` 类型。
46

57
版本号:Release 1.5.81
68
修改记录:

0 commit comments

Comments
 (0)