12 lines
286 B
C#
12 lines
286 B
C#
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; }
|
|
}
|
|
} |