From ff57982007d16f0d2c792939364457c628f8b32e Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Fri, 7 Jan 2022 13:30:26 +0800 Subject: [PATCH] feat(tenpayv3): bump version to v2.3.0 --- CHANGELOG.md | 6 ++++++ .../SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b3daf87..44dfd6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -226,6 +226,12 @@ [展开查看] +- Release 2.3.0 + + - **新增**:新增银行组件相关接口。 + + - **变更**:升级公共组件。 + - Release 2.2.2 - **修复**:修复二级商户进件提交申请单接口因 URL 结尾反斜杠问题而无法正常请求的问题。([GitHub Issue #19](https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/issues/19)) 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 82729491..d79e156c 100644 --- a/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj +++ b/src/SKIT.FlurlHttpClient.Wechat.TenpayV3/SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj @@ -12,8 +12,8 @@ MIT https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat Flurl.Http Wechat Weixin MicroMessage Tenpay WechatPay WeixinPay Wxpay 微信 微信支付 微信商户 - 2.2.2 - 基于 Flurl.Http 的微信支付 API v3 版客户端,支持直连商户、服务商模式,支持基础支付、代金券、商家券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、消费者投诉、商户违规通知、批量转账到零钱等功能。 + 2.3.0 + 基于 Flurl.Http 的微信支付 API v3 版客户端,支持直连商户、服务商模式,支持基础支付、代金券、商家券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、消费者投诉、商户违规通知、批量转账到零钱、银行组件等功能。 Fu Diwei git https://github.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git