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

10 lines
265 B
C#

namespace Hncore.Wx.Open
{
/// <summary>
/// <see cref="GetComponentVerifyTicketRequest"/>
/// </summary>
public class GetComponentVerifyTicketResponse:ResponseBase
{
public string ComponentVerifyTicket { get; set; }
}
}