接口文件
This commit is contained in:
11
Infrastructure/WxApi/Request/GetPreAuthCodeRequest.cs
Normal file
11
Infrastructure/WxApi/Request/GetPreAuthCodeRequest.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Etor.Wx.Open
|
||||
{
|
||||
public class GetPreAuthCodeRequest
|
||||
{
|
||||
/// <summary>
|
||||
/// <see cref="GetComponentAccessTokenRequest"/>拿到的
|
||||
/// </summary>
|
||||
public string component_access_token { get; set; }
|
||||
public string component_appid { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user