忽略dll文件git

This commit is contained in:
“wanyongkang”
2023-07-29 10:19:42 +08:00
parent 7f97317bcc
commit b562aba2b1
3868 changed files with 63608 additions and 385427 deletions

View File

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