优化数据库结构与数据插入逻辑
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
||||
"github.com/redis/go-redis/v9"
|
||||
)
|
||||
|
||||
var ID IdService = IdService{}
|
||||
var ID = IdService{}
|
||||
|
||||
type IdService struct {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user