TCL电子猫眼
This commit is contained in:
@@ -351,6 +351,8 @@ namespace WebSite.Controllers
|
||||
{
|
||||
Host TakeOut = null;
|
||||
string HostNumberOnly = item.HostNumber;
|
||||
string XiaoDuKongZhiKey = CacheKey.XiaoDuYuYin + "_" + item.XiaoDuCUID;
|
||||
HttpContext.Cache.Remove(XiaoDuKongZhiKey);
|
||||
string Key = CacheKey.HostInfo_Key_HostNumber + "_" + HostNumberOnly;
|
||||
object obj = MemoryCacheHelper.Get(Key);
|
||||
if (obj != null)
|
||||
|
||||
Reference in New Issue
Block a user