This commit is contained in:
withchao
2023-03-07 17:21:48 +08:00
parent 37d04c9fa0
commit d80cf34f26
12 changed files with 21 additions and 108 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ type Auth struct {
}
func (o *Auth) client() (auth.AuthClient, error) {
conn, err := o.zk.GetDefaultConn(config.Config.RpcRegisterName.OpenImAuthName)
conn, err := o.zk.GetConn(config.Config.RpcRegisterName.OpenImAuthName)
if err != nil {
return nil, err
}