TCL电子猫眼

This commit is contained in:
2026-02-27 15:53:42 +08:00
parent 6196311cb7
commit 10e3a135dd
12 changed files with 128 additions and 33 deletions

View File

@@ -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)