修改新的var key

This commit is contained in:
hahwu 2026-04-20 11:38:55 +08:00
parent 703c46d53b
commit 2fb4a6e2be

View File

@ -839,7 +839,7 @@ func GetISOCodeByIP(ip string) (string, error) {
}
func GetVarKey(Uid int) string {
return fmt.Sprintf("var_%d", Uid)
return fmt.Sprintf("new_var_%d", Uid)
}
const (