mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-16 16:50:43 +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>
|
||||
/// <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; }
|
||||
}
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
{
|
||||
"errcode": 0,
|
||||
"errmsg": "ok",
|
||||
"template_list": [
|
||||
"version_list": [
|
||||
{
|
||||
"commit_time": 1488965944,
|
||||
"user_version": "VVV",
|
||||
|
Loading…
Reference in New Issue
Block a user