namespace TEAMModelOS.SDK.Context.Constant.Common
{
public static class Constants
{
///
/// access_token
///
public static readonly string ACCESS_TOKEN = "access_token";
///
/// 引用页
///
public static readonly string REFERER = "referer";
///
/// token 请求头
///
public static readonly string AUTHORIZATION = "Authorization";
///
/// josn格式
///
public static readonly string CONTENT_TYPE_JSON = "application/json";
///
/// 苏格拉底作品类型--团队组
///
//public static readonly string SIGNUPTYPEGRP = "2018TMCNTSGRP";
///
/// 苏格拉底作品类型--个人组
///
//public static readonly string SIGNUPTYPEINT = "2018TMCNTSIND";
}
}