数据库表重新设计,精简数据结构以及存储结构

This commit is contained in:
2026-01-30 23:02:59 +08:00
parent e40677f105
commit 49c78506b2
11 changed files with 359 additions and 319 deletions

View File

@@ -330,8 +330,8 @@ func GetTokenTTL() time.Duration {
return ttl
}
// GetDefaultMkt 返回生效的默认地区编码
func (c *Config) GetDefaultMkt() string {
// GetDefaultRegion 返回生效的默认地区编码
func (c *Config) GetDefaultRegion() string {
if len(c.Fetcher.Regions) > 0 {
return c.Fetcher.Regions[0]
}