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

9 lines
255 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; }
}
}