忽略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,17 +0,0 @@
namespace Etor.Wx.Open
{
/// <summary>
/// 获取第三方App的AccessToken
/// <see cref="GetPreAuthCodeRequest"/>使用
///
/// </summary>
public class GetComponentAccessTokenRequest
{
public string component_appid { get; set; }
public string component_appsecret { get; set; }
/// <summary>
/// <see cref="GetComponentVerifyTicketRequest"/>这个请求可以拿到
/// </summary>
public string component_verify_ticket { get; set; }
}
}