using Hncore.Wx.Open; using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; namespace Hncore.Pass.MsgCenter.WxOpen.Response { public class GetJsApiTicketResponse : ResponseBase { public string ticket { get; set; } } }