Files
juipnet/Infrastructure/WxApi/Response/UpdateWechatTicketResponse.cs

12 lines
257 B
C#
Raw Normal View History

2020-12-28 14:55:48 +08:00
namespace Hncore.Wx.Open
{
/// <summary>
/// <see cref=" UpdateWechatTicketRequest"/>
/// </summary>
public class UpdateWechatTicketResponse : ResponseBase
{
public UpdateWechatTicketResponse() {
}
}
2020-10-07 20:25:03 +08:00
}