Skip to content

Commit f39a644

Browse files
committed
feat(tenpayv2): bump version to v3.4.0
1 parent 0c3f4dc commit f39a644

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

736736
<summary>[展开查看]</summary>
737737

738+
- Release 3.4.0 (2025-09-30)
739+
740+
- **新增**:新增企业微信查询红包发放记录、查询向员工付款接口等接口。
741+
742+
- **变更**:升级依赖 `BouncyCastle.Cryptography` 至 v2.6.2。
743+
744+
- **修复**:修复酒店押金支付接口响应模型 `IsSuccessful()` 判断错误的问题。(_via_ [GitHub #203](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/issues/203)
745+
738746
- Release 3.3.0 (2025-06-04)
739747

740748
- **新增**:补充统一下单接口场景信息字段。(_via_ [GitHub #193](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/pull/193)

src/SKIT.FlurlHttpClient.Wechat.TenpayV2/SKIT.FlurlHttpClient.Wechat.TenpayV2.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1515
<PackageProjectUrl>https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat</PackageProjectUrl>
1616
<PackageTags>Flurl.Http Wechat Weixin MicroMessage Tenpay WechatPay WeixinPay Wxpay 微信 微信支付 微信商户</PackageTags>
17-
<Version>3.3.0</Version>
17+
<Version>3.4.0</Version>
1818
<Description>基于 Flurl.Http 的微信支付 API v2 版客户端,支持普通商户、境内服务商、银行服务商、跨境支付模式,仅包含微信支付未提供 v3 版 API 的部分功能,同时支持企业微信中企业支付相关的部分功能。如需微信支付 v3 版 API 客户端,欢迎使用 `SKIT.FlurlHttpClient.Wechat.TenpayV3`。</Description>
1919
<Authors>Fu Diwei</Authors>
2020
<RepositoryType>git</RepositoryType>

0 commit comments

Comments
 (0)