Files
juipnet/Infrastructure/WxApi/Response/GetAuthorizerInfoResponse.cs
“wanyongkang” 40a40b6d36 忽略
2020-12-28 14:55:48 +08:00

9 lines
273 B
C#

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; }
}
}