Skip to content

Commit

Permalink
WxOpen v3.17.2 添加“小程序虚拟支付”功能 PR #2961 / Issue #2951 感谢 @mojinxun @Wan…
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Dec 2, 2023
1 parent effd1ce commit a3f015a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
3 changes: 0 additions & 3 deletions src/Senparc.Weixin.MP/Senparc.Weixin.MP/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ and limitations under the License.
修改标识:lishewen - 20210809
修改描述:v16.14.2 添加 Event.submit_invoice_title
修改标识:Senparc - 20231130
修改描述:v16.20.2 Event 添加“小程序虚拟支付”相关枚举
----------------------------------------------------------------*/

using System;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ and limitations under the License.
修改标识:lishewen - 20210809
修改描述:v16.14.2 添加 OnEvent_Submit_Invoice_TitleAsync() 方法
修改标识:Senparc - 20231130
修改描述:v16.20.2 添加“小程序虚拟支付”相关事件
----------------------------------------------------------------*/

using Senparc.NeuChar.Entities;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ and limitations under the License.
修改标识:lishewen - 20210809
修改描述:v16.14.2 添加 OnEvent_Submit_Invoice_Title() 方法
修改标识:Senparc - 20231130
修改描述:v16.20.2 添加“小程序虚拟支付”相关事件
----------------------------------------------------------------*/

using Senparc.NeuChar.Entities;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ and limitations under the License.
修改标识:chinanhb - 20230529
修改描述:运单轨迹更新事件推送,增加 Event.add_express_path 枚举值
修改标识:Senparc - 20231202
修改描述:v3.17.2 Event 添加“小程序虚拟支付”相关枚举
----------------------------------------------------------------*/

using System.ComponentModel;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ and limitations under the License.
修改标识:mc7246 - 20230831
修改描述:添加小程序发货信息管理服务事件推送 添加OnEvent_TradeManageRemindAccessApi()、OnEvent_TradeManageOrderSettlement()、OnEvent_TradeManageRemindShipping()方法
修改标识:Senparc - 20231130
修改描述:v3.17.2 添加“小程序虚拟支付”相关事件
----------------------------------------------------------------*/

using Senparc.NeuChar.Entities;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>3.17.1</Version>
<Version>3.17.2</Version>
<LangVersion>9.0</LangVersion>
<AssemblyName>Senparc.Weixin.WxOpen</AssemblyName>
<RootNamespace>Senparc.Weixin.WxOpen</RootNamespace>
Expand Down Expand Up @@ -176,6 +176,7 @@
v3.16.0 客服接口支持长文本自动切割后连续发送
v3.16.4 微信已于2023 年 9 月 20 日收回下发统一消息接口,标注过时 PR #2921
v3.17.1 添加 CodeApi.RevertCodeRelease() 方法的 appVersion 参数
v3.17.2 添加“小程序虚拟支付”功能 PR #2961 / Issue #2951
</PackageReleaseNotes>
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
</PropertyGroup>
Expand Down

0 comments on commit a3f015a

Please sign in to comment.