namespace SKIT.FlurlHttpClient.Wechat.Api.Models { /// /// 表示 [POST] /cityservice/getmsgrelation 接口的响应。 /// public class CityServiceGetMessageRelationResponse : WechatApiResponse { /// /// 获取或设置是否已订阅。 /// [Newtonsoft.Json.JsonProperty("is_subscribed")] [Newtonsoft.Json.JsonConverter(typeof(Newtonsoft.Json.Converters.Common.NumericalBooleanReadOnlyConverter))] [System.Text.Json.Serialization.JsonPropertyName("is_subscribed")] [System.Text.Json.Serialization.JsonConverter(typeof(System.Text.Json.Serialization.Common.NumericalBooleanReadOnlyConverter))] public bool IsSubscribed { get; set; } } }