namespace Hncore.Wx.Open { /// /// /// public class GetWechatTicketResponse:ResponseBase { public string Ticket { get; set; } } }