namespace Hncore.Wx.Open { public class GetGetWebAccessTokenResponse : ResponseBase { public string access_token { get; set; } public string refresh_token { get; set; } public string openid { get; set; } public string scope { get; set; } } }