Files
juipnet/Infrastructure/WxApi/Request/SaveAuthorizerInfoRequest.cs
wanyongkang d318014316 初始提交
2020-10-07 20:25:03 +08:00

9 lines
263 B
C#

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