using System; using System.Collections.Generic; using System.Text; namespace Shentun.Peis.Enums { public class CacheKeys { public const string OpenIdKey = "OpenIdKey"; public const string SmsKey = "SmsKey"; public const string SessionKey = "SessionKey"; } }