using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace New_College.Common
{
public class XIAOETongConfig
{
///
///
///
public static string app_id { get; set; }
///
///
///
public static string client_id { get; set; }
///
///
///
public static string secret_key { get; set; }
///
///
///
public static string grant_type { get; set; }
///
///
///
public static string base_url { get; set; }
}
}