Skip to content

Commit

Permalink
WxOpen v3.17.0 添加“小程序发货信息管理服务”
Browse files Browse the repository at this point in the history
Senparc.Weixin v6.16.6 优化 postFailAction 中的异常记录
#2937 感谢 @mojinxun
  • Loading branch information
JeffreySu committed Oct 26, 2023
1 parent 471e535 commit b97dc42
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
修改描述:v4.5.4.1 GetAuditStatusResultJson 改名为 GetAuditResultJson,保持全局命名唯一性
修改标识:Senparc - 20231026
修改描述:v4.16.0 处理三方推送消息枚举
修改描述:v4.16.0 1、处理三方推送消息枚举
2、添加“小程序发货信息管理服务”
----------------------------------------------------------------*/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,9 @@
3、解决问题:设置DNS预解析域名data参数错误

v4.15.0 发布“第三方服务商小程序备案”接口
v4.16.0 处理三方推送消息枚举
v4.16.0
1、处理三方推送消息枚举
2、添加“小程序发货信息管理服务”
</PackageReleaseNotes>
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
修改标识:Senparc - 20230110
修改描述:v6.15.8 CommonJsonSend.Send() 方法提供 contentType 参数
修改标识:Senparc - 20231026
修改描述:v6.16.6 优化 postFailAction 中的异常记录
----------------------------------------------------------------*/

using System;
Expand Down Expand Up @@ -106,7 +109,9 @@ public static class CommonJsonSend
{
var hints = errorResult.Hints?.ToJson();
if (!string.IsNullOrWhiteSpace(hints))
{
hints = $"Hints:{hints}";
}
//发生错误,记录异常
ex = new ErrorJsonResultException(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>net462;netstandard2.0;netstandard2.1</TargetFrameworks>
<FrameworkPathOverride Condition="'$(TargetFramework)' == 'net35'">$(Net35FrameworkPathOverride)</FrameworkPathOverride>
<Version>6.16.5</Version>
<Version>6.16.6</Version>
<LangVersion>10.0</LangVersion>
<AssemblyName>Senparc.Weixin</AssemblyName>
<RootNamespace>Senparc.Weixin</RootNamespace>
Expand Down

0 comments on commit b97dc42

Please sign in to comment.