Пример #1
0
 /// <summary>
 /// 获取实时开奖信息
 /// </summary>
 /// <param name="cacheKeyPre"></param>
 /// <returns></returns>
 public static string GetRealTimeDrawInfo(string cacheKeyPre)
 {
     return(MemoryCacheUtil.GetString(cacheKeyPre + "0"));
 }
Пример #2
0
 public static string GetHistoryDrawInfo(string cacheKey)
 {
     return(MemoryCacheUtil.GetString(cacheKey));
 }