This commit is contained in:
wangchuxiao
2023-03-09 12:46:56 +08:00
parent fae6fdc3ed
commit 8904ebccbc
5 changed files with 29 additions and 13 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ type Auth struct {
}
func (o *Auth) client() (auth.AuthClient, error) {
conn, err := o.c.GetConn(config.Config.RpcRegisterName.OpenImAuthName)
conn, err := o.c.GetConn(*config.Config.RpcRegisterName.OpenImAuthName)
if err != nil {
return nil, err
}