Skip to content

Commit

Permalink
MP v16.10.601 MASSSENDJOBFINISH事件增加 ArticleUrlResult 节点 #2257 感谢 @ccc…
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreySu committed Oct 16, 2020
1 parent 598fa68 commit 3c91950
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ and limitations under the License.
修改标识:Senparc - 20150303
修改描述:整理接口
修改标识:ccccccmd - 20201016
修改描述:v16.10.601 MASSSENDJOBFINISH事件增加 ArticleUrlResult 节点,
----------------------------------------------------------------*/

using Senparc.NeuChar.Entities;
Expand Down Expand Up @@ -143,7 +147,7 @@ public override Event Event
public CopyrightCheckResult CopyrightCheckResult { get; set; }

/// <summary>
/// 群发文章的url
/// 群发文章的 URL
/// </summary>
public ArticleUrlResult ArticleUrlResult { get; set; }

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net45;netstandard2.0;netstandard2.1</TargetFrameworks>
<Version>16.10.600</Version>
<Version>16.10.601</Version>
<AssemblyName>Senparc.Weixin.MP</AssemblyName>
<RootNamespace>Senparc.Weixin.MP</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -498,7 +498,8 @@
v16.10.502.2 添加微信电子发票 2.3 接收授权完成事件的处理
v16.10.502.3 "获取授权页链接数据开票来源"属性的枚举类型序列化字符串优化
v16.10.502.3 完善“新增永久视频素材”接口参数
</PackageReleaseNotes>
v16.10.601 MASSSENDJOBFINISH事件增加 ArticleUrlResult 节点
</PackageReleaseNotes>
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down

0 comments on commit 3c91950

Please sign in to comment.