接口文件

This commit is contained in:
“wanyongkang”
2024-04-10 13:55:27 +08:00
parent fff6bee06a
commit ed3b2c653e
3190 changed files with 268248 additions and 1 deletions

View File

@@ -0,0 +1,32 @@
namespace Hncore.Wx.Open
{
// {
//"authorization_info":
//{
//"authorizer_appid": "wxf8b4f85f3a794e77",
//"authorizer_access_token": "QXjUqNqfYVH0yBE1iI_7vuN_9gQbpjfK7hYwJ3P7xOa88a89-Aga5x1NMYJyB8G2yKt1KCl0nPC3W9GJzw0Zzq_dBxc8pxIGUNi_bFes0qM",
//"expires_in": 7200,
//"authorizer_refresh_token": "dTo-YCXPL4llX-u1W1pPpnp8Hgm4wpJtlR6iV0doKdY",
//"func_info":
// [
//{"funcscope_category": {"id": 1}},
//{"funcscope_category": {"id": 2}},
//{"funcscope_category": {"id": 3}}
//]
//}
//}
/// <summary>
/// 授权码换取访问令牌结果类
/// <see cref="GetAuthorizerInvokeAccessTokenRequest"/>
/// </summary>
///
public class GetAuthorizerInvokeAccessTokenResponse:ResponseBase
{
/// <summary>
/// 授权信息对象
/// </summary>
public authorization_info authorization_info { get; set; }
}
}