mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-18 04:33:16 +08:00
fix(wxapi): 修复获取小程序历史版本接口模型定义错误
This commit is contained in:
parent
23346ceab1
commit
6cec58d33f
@ -1,4 +1,4 @@
|
|||||||
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
namespace SKIT.FlurlHttpClient.Wechat.Api.Models
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// <para>表示 [GET] /wxa/revertcoderelease 接口的响应。</para>
|
/// <para>表示 [GET] /wxa/revertcoderelease 接口的响应。</para>
|
||||||
@ -42,8 +42,8 @@
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 获取或设置发布版本列表。
|
/// 获取或设置发布版本列表。
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[Newtonsoft.Json.JsonProperty("template_list")]
|
[Newtonsoft.Json.JsonProperty("version_list")]
|
||||||
[System.Text.Json.Serialization.JsonPropertyName("template_list")]
|
[System.Text.Json.Serialization.JsonPropertyName("version_list")]
|
||||||
public Types.Release[]? ReleaseList { get; set; }
|
public Types.Release[]? ReleaseList { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"errcode": 0,
|
"errcode": 0,
|
||||||
"errmsg": "ok",
|
"errmsg": "ok",
|
||||||
"template_list": [
|
"version_list": [
|
||||||
{
|
{
|
||||||
"commit_time": 1488965944,
|
"commit_time": 1488965944,
|
||||||
"user_version": "VVV",
|
"user_version": "VVV",
|
||||||
|
Loading…
Reference in New Issue
Block a user