Files
juipnet/Infrastructure/WxApi/Request/SaveAuthorizerInfoRequest.cs
“wanyongkang” ed3b2c653e 接口文件
2024-04-10 13:55:27 +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; }
}
}