From 759e68cd9e55391ca3f936ca8aa66d075b53f41c Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Thu, 7 Jul 2022 20:42:56 +0800 Subject: [PATCH] feat(tenpayv3): bump version to v2.11.0 --- CHANGELOG.md | 6 ++++++ .../SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54fbd9ef..baed3925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -360,6 +360,12 @@ [展开查看] +- Release 2.11.0 + + - **新增**:新增出行券切卡组件预下单接口。 + + - **修复**:修复特约商户进件接口模型定义问题。([Gitee Issue #I5FCR5](https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/issues/I5FCR5)) + - Release 2.10.0 - **新增**:新增电商收付通跨境付款相关接口。 diff --git a/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj b/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj index a2701623..14c56731 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj +++ b/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj @@ -14,7 +14,7 @@ MIT https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat Flurl.Http Wechat Weixin MicroMessage Tenpay WechatPay WeixinPay Wxpay 微信 微信支付 微信商户 - 2.10.0 + 2.11.0 基于 Flurl.Http 的微信支付 API v3 版客户端,支持直连商户、服务商模式,支持基础支付、代金券、商家券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、二级商户进件、小微商户进件、消费者投诉、商户违规通知、批量转账到零钱、银行组件、海关报关、融合钱包等功能。 Fu Diwei git