更新缓存模块

This commit is contained in:
ayflying
2025-03-27 11:20:07 +08:00
parent d05d865b0d
commit f55b3bc609
11 changed files with 246 additions and 127 deletions

View File

@@ -33,6 +33,7 @@ type (
Save(actId int) (err error)
// 清空GetRedDot缓存
RefreshGetRedDotCache(uid int64)
Del(uid int64, actId int)
}
)