Files
juipnet/Infrastructure/WxApi/Response/GetWechatTicketResponse.cs
“wanyongkang” 40a40b6d36 忽略
2020-12-28 14:55:48 +08:00

10 lines
208 B
C#

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