Browse Source

修改hash查询

master v0.1.1
guzeng 3 years ago
parent
commit
b588b07477
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hash.go

+ 1
- 1
hash.go View File

@ -30,5 +30,5 @@ func GetByHashKey(key, field string, url ...string) (string, error) {
return "", err
}
return res.GetString(), nil
return res.GetString_(), nil
}

Loading…
Cancel
Save