mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-14 20:16:20 +08:00
feat(work): 随官方调整获取指定的应用详情相关接口模型
This commit is contained in:
@@ -140,5 +140,12 @@
|
||||
[Newtonsoft.Json.JsonProperty("home_url")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("home_url")]
|
||||
public string? HomeUrl { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 获取或设置代开发发布状态。
|
||||
/// </summary>
|
||||
[Newtonsoft.Json.JsonProperty("customized_publish_status")]
|
||||
[System.Text.Json.Serialization.JsonPropertyName("customized_publish_status")]
|
||||
public int? CustomizedPublishStatus { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user