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