初始化项目

This commit is contained in:
2025-12-06 15:24:30 +08:00
parent 88a2753211
commit fd08b8925f
59 changed files with 2456 additions and 447 deletions

View File

@@ -31,7 +31,6 @@ const (
// 限流键
const (
AdRequestLimitKeyPrefix = "cid:limit:req:" // 广告请求限流键前缀
ApiRequestLimitKeyPrefix = "cid:limit:api:" // API请求限流键前缀
)