初始提交
This commit is contained in:
10
Infrastructure/WxApi/Response/GetWechatTicketResponse.cs
Normal file
10
Infrastructure/WxApi/Response/GetWechatTicketResponse.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace Hncore.Wx.Open
|
||||
{
|
||||
/// <summary>
|
||||
/// <see cref=" GetWechatTicketRequest"/>
|
||||
/// </summary>
|
||||
public class GetWechatTicketResponse:ResponseBase
|
||||
{
|
||||
public string Ticket { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user