search tag fix

This commit is contained in:
mubai
2024-05-22 13:50:05 +08:00
parent 625cd9e931
commit b89dcb165a
19 changed files with 146 additions and 384 deletions

View File

@@ -100,7 +100,7 @@ func HandleCollect(id string, h int) error {
system.SyncFilmPicture()
}
// 每次成功执行完都清理redis中的相关API接口数据缓存
clearCache()
ClearCache()
}
case system.CollectArticle, system.CollectActor, system.CollectRole, system.CollectWebSite: