Skip to content

Commit

Permalink
Merge pull request #2975 from JeffreySu/Developer
Browse files Browse the repository at this point in the history
Developer
  • Loading branch information
JeffreySu authored Dec 17, 2023
2 parents cec8af6 + 8dbd8ad commit 2e53ea0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
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>4.17.3</Version>
<Version>4.17.4</Version>
<AssemblyName>Senparc.Weixin.Open</AssemblyName>
<RootNamespace>Senparc.Weixin.Open</RootNamespace>
<GeneratePackageOnBuild Condition=" '$(Configuration)' == 'Release' ">true</GeneratePackageOnBuild>
Expand Down Expand Up @@ -221,7 +221,8 @@
2、添加“小程序发货信息管理服务”
v4.17.1 新增“小程序微信认证”功能
v4.17.2 添加小程序微信认证事件第三方通知推送 / PR #2969
</PackageReleaseNotes>
v4.17.4 修复获取小程序申诉记录返回结果 / PR #2974
</PackageReleaseNotes>
<RepositoryUrl>https://github.com/JeffreySu/WeiXinMPSDK</RepositoryUrl>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ and limitations under the License.
创建标识:mc7246 - 20211209
修改标识:Senparc - 20220224
修改描述:v4.17.4 修复获取小程序申诉记录返回结果
----------------------------------------------------------------*/

using Senparc.Weixin.Entities;
Expand All @@ -46,7 +49,7 @@ public class GetAppealRecordsJsonResult : WxJsonResult
/// <summary>
/// 申诉记录列表
/// </summary>
List<MaterialInfo> records { get; set; }
public List<MaterialInfo> records { get; set; }
}

public class MaterialInfo
Expand Down

0 comments on commit 2e53ea0

Please sign in to comment.