namespace SKIT.FlurlHttpClient.Wechat.Api.Models { /// /// 表示 [POST] /tcb/createsendsmstask 接口的响应。 /// public class TCBCreateSendSmsTaskResponse : WechatApiResponse { /// /// 获取或设置查询 ID。 /// [Newtonsoft.Json.JsonProperty("query_id")] [System.Text.Json.Serialization.JsonPropertyName("query_id")] public string QueryId { get; set; } = default!; } }