fix(wxapi): 修复获取小程序历史版本接口模型定义错误

This commit is contained in:
Qin Yikai 2022-12-01 20:03:27 +08:00 committed by GitHub
parent 23346ceab1
commit 6cec58d33f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
{
/// <summary>
/// <para>表示 [GET] /wxa/revertcoderelease 接口的响应。</para>
@ -42,8 +42,8 @@
/// <summary>
/// 获取或设置发布版本列表。
/// </summary>
[Newtonsoft.Json.JsonProperty("template_list")]
[System.Text.Json.Serialization.JsonPropertyName("template_list")]
[Newtonsoft.Json.JsonProperty("version_list")]
[System.Text.Json.Serialization.JsonPropertyName("version_list")]
public Types.Release[]? ReleaseList { get; set; }
}
}

View File

@ -1,7 +1,7 @@
{
{
"errcode": 0,
"errmsg": "ok",
"template_list": [
"version_list": [
{
"commit_time": 1488965944,
"user_version": "VVV",