Files
juipnet/Infrastructure/WxApi/Request/GetPreAuthCodeRequest.cs
wanyongkang d318014316 初始提交
2020-10-07 20:25:03 +08:00

11 lines
312 B
C#

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; }
}
}