2020-12-28 14:55:48 +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; }
|
|
|
|
|
|
}
|
2020-10-07 20:25:03 +08:00
|
|
|
|
}
|