namespace Etor.Wx.Open { /// /// 更新微信推送的票据 /// public class UpdateWechatTicketRequest { public string NewTicket { get; set; } } }