We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4963ce5 commit 1eb842cCopy full SHA for 1eb842c
2 files changed
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Changelog
2
3
+## [0.2.17] - 2023-06-29
4
+
5
+### Added
6
7
++ 增加点金计划 `goldplan`
8
++ 增加微信支付分停车 `wexinpayscoreparking`
9
++ 增加商家券 `merchantexclusivecoupon`
10
++ 增加支付有礼 `giftactivity`
11
++ 增加代金券 `cachcoupons`
12
13
+### Changed
14
15
++ 更新商家转账 `transferbatch`
16
17
## [0.2.15] - 2022-12-12
18
19
### Added
core/consts/const.go
@@ -13,7 +13,7 @@ const (
// SDK 相关信息
const (
- Version = "0.2.15" // SDK 版本
+ Version = "0.2.17" // SDK 版本
UserAgentFormat = "WechatPay-Go/%s (%s) GO/%s" // UserAgent中的信息
)
0 commit comments