using System; using System.Collections.Generic; using System.Text; namespace New_College.Model.ViewModels { public class WeixinResult { public string openId { get; set; } public string token { get; set; } public string session_key { get; set; } } }