2020-12-28 14:55:48 +08:00
|
|
|
|
namespace Hncore.Wx.Open
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
//{"access_token":"ACCESS_TOKEN","expires_in":7200}
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// <see cref=" GetPreAuthCodeRequest"/>
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
public class GetAccessTokenResponse : ResponseBase
|
|
|
|
|
|
{
|
|
|
|
|
|
public string access_token { get; set; }
|
|
|
|
|
|
}
|
2020-10-07 20:25:03 +08:00
|
|
|
|
}
|