修改新的var key
This commit is contained in:
parent
703c46d53b
commit
2fb4a6e2be
@ -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 (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user