Files
juipnet/Infrastructure/WxApi/Response/GetWechatTicketResponse.cs
wanyongkang d318014316 初始提交
2020-10-07 20:25:03 +08:00

10 lines
217 B
C#

namespace Hncore.Wx.Open
{
/// <summary>
/// <see cref=" GetWechatTicketRequest"/>
/// </summary>
public class GetWechatTicketResponse:ResponseBase
{
public string Ticket { get; set; }
}
}