NewGaoKaoApi/New_College.Model/WeixinResult.cs

17 lines
292 B
C#

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