We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d3ddf commit aaaf418Copy full SHA for aaaf418
constant.go
@@ -7,7 +7,7 @@ const (
7
OK = "OK"
8
DebugOff = 0
9
DebugOn = 1
10
- Version = "1.5.91"
+ Version = "1.5.92"
11
)
12
13
type DebugSwitch int8
release_note.txt
@@ -3,7 +3,8 @@
3
(1) 微信V3:新增 client.V3ComplaintUpdateRefundProgress(),更新退款审批结果。
4
(2) 微信V3:查询投诉单列表/详情,返回新增字段。
5
(3) 微信V3:拆分model文件内结构体至不同文件内。
6
- (3) 微信V3:删除 client.V3TransferMerchantDetailQuery(),请更换 client.V3TransferMerchantDetail()
+ (4) 微信V3:删除 client.V3TransferMerchantDetailQuery(),请更换 client.V3TransferMerchantDetail()
+ (5) 支付宝:拆分model文件内结构体至不同文件内。
版本号:Release 1.5.91
修改记录:
0 commit comments