namespace Hncore.Wx.Open { public class SaveAuthorizerInfoRequest { public string Domain { get; set; } public authorizer_info AuthorizerInfo { get; set; } public authorization_info AuthorizationInfo { get; set; } } }