using System; namespace SKIT.FlurlHttpClient.Wechat.Api.Models { /// /// 表示 [POST] /merchant/express/add 接口的响应。 /// [Obsolete("相关接口或字段于 2020-10-01 下线。")] public class MerchantExpressAddResponse : WechatApiResponse { /// /// 获取或设置邮费模板 ID。 /// [Newtonsoft.Json.JsonProperty("template_id")] [System.Text.Json.Serialization.JsonPropertyName("template_id")] public int TemplateId { get; set; } } }