using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace CoreCms.Net.Model.WeChatEntites { /// /// 扩展 表示 [POST] /wxa/business/getliveinfo 接口的请求。 /// public class MyWxaBusinessGetLiveInfoRequest : SKIT.FlurlHttpClient.Wechat.Api.Models.WxaBusinessGetLiveInfoRequest { [Newtonsoft.Json.JsonProperty("action")] [System.Text.Json.Serialization.JsonPropertyName("action")] public string Action { get; set; } } }