10 lines
208 B
C#
10 lines
208 B
C#
|
|
namespace Hncore.Wx.Open
|
|||
|
|
{
|
|||
|
|
/// <summary>
|
|||
|
|
/// <see cref=" GetWechatTicketRequest"/>
|
|||
|
|
/// </summary>
|
|||
|
|
public class GetWechatTicketResponse:ResponseBase
|
|||
|
|
{
|
|||
|
|
public string Ticket { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|