This commit is contained in:
“wanyongkang”
2020-12-28 14:55:48 +08:00
parent c2ec7392cb
commit 40a40b6d36
305 changed files with 20629 additions and 20629 deletions

View File

@@ -1,32 +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; }
}
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; }
}
}