You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
362 B
Plaintext

namespace BP.GPM.DTalk.DDSDK
{
public class ConstVars
{
/// <summary>
/// 缓存的JS票据的KEY
/// </summary>
public const string CACHE_JS_TICKET_KEY = "CACHE_JS_TICKET_KEY";
/// <summary>
/// 缓存时间 5000
/// </summary>
public const int CACHE_TIME = 5000;
}
}