From 872edb67365517e48c505ed41bfd3478995ca9b8 Mon Sep 17 00:00:00 2001 From: Fu Diwei Date: Tue, 13 Sep 2022 21:48:28 +0800 Subject: [PATCH] feat(tenpayv3): bump version to v2.13.1 --- CHANGELOG.md | 4 ++++ .../SKIT.FlurlHttpClient.Wechat.TenpayV3.csproj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a539f27a..92104958 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -382,6 +382,10 @@ [展开查看] +- Release 2.13.1 + + - **修复**:修复电商收付通二级商户进件申请接口请求模型定义错误。([Gitee Issue #I5QM1P](https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat/issues/I5QM1P)) + - Release 2.13.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 4fc53dce..fa87760f 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.13.0 + 2.13.1 基于 Flurl.Http 的微信支付 API v3 版客户端,支持直连商户、服务商模式,支持基础支付、代金券、商家券、委托营销、消费卡、支付有礼、银行定向促活、微信支付分、微信先享卡、支付即服务、点金计划、智慧商圈、电商收付通、二级商户进件、小微商户进件、消费者投诉、商户违规通知、批量转账到零钱、银行组件、海关报关、融合钱包等功能。 Fu Diwei git