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

9 lines
273 B
C#
Raw Normal View History

2024-04-10 13:55:27 +08:00
namespace Hncore.Wx.Open
{
public class GetAuthorizerInfoResponse : ResponseBase
{
public authorizer_info authorizer_info { get; set; }
public authorization_info authorization_info { get; set; }
public string content { get; set; }
}
}