初始提交
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user