diff --git a/CHANGELOG.md b/CHANGELOG.md index aeefd0a2..81689454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -697,6 +697,10 @@ [展开查看] +- Release 3.3.0 (2025-02-24) + + - **新增**:补充统一下单接口场景信息字段。(_via_ [GitHub #193](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/pull/193)) + - Release 3.2.2 (2025-02-24) - **修复**:修复清关申报相关接口模型定义错误。(_via_ [GitHub #179](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/issues/179)) diff --git a/src/SKIT.FlurlHttpClient.Wechat.TenpayV2/SKIT.FlurlHttpClient.Wechat.TenpayV2.csproj b/src/SKIT.FlurlHttpClient.Wechat.TenpayV2/SKIT.FlurlHttpClient.Wechat.TenpayV2.csproj index 5ec47aa6..1c8d41b9 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.TenpayV2/SKIT.FlurlHttpClient.Wechat.TenpayV2.csproj +++ b/src/SKIT.FlurlHttpClient.Wechat.TenpayV2/SKIT.FlurlHttpClient.Wechat.TenpayV2.csproj @@ -14,7 +14,7 @@ MIT https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat Flurl.Http Wechat Weixin MicroMessage Tenpay WechatPay WeixinPay Wxpay 微信 微信支付 微信商户 - 3.2.2 + 3.3.0 基于 Flurl.Http 的微信支付 API v2 版客户端,支持普通商户、境内服务商、银行服务商、跨境支付模式,仅包含微信支付未提供 v3 版 API 的部分功能,同时支持企业微信中企业支付相关的部分功能。如需微信支付 v3 版 API 客户端,欢迎使用 `SKIT.FlurlHttpClient.Wechat.TenpayV3`。 Fu Diwei git