用户信息传到service
CI / changes (push) Successful in 1s
CI / docker-bff (push) Successful in 1s
CI / docker-product (push) Failing after 1s

This commit is contained in:
2026-08-10 15:46:49 +08:00
parent 38a8a5cafb
commit 7228d3fedc
19 changed files with 505 additions and 74 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ func GetConfigString(key string) string {
}
func GetConfigInt(key string) int {
data := make(map[string]int)
data["base.login_out_time"] = 86400
data["base.login_out_time"] = 60 * 24 * 30 //分
return data[key]
}
func GetConfigInt64(key string) int64 { return runViper.GetInt64(key) }