mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-17 15:29:03 +08:00
proto modify
This commit is contained in:
@@ -27,6 +27,10 @@ func (u *User) getGroupClient() (user.UserClient, error) {
|
||||
return user.NewUserClient(conn), nil
|
||||
}
|
||||
|
||||
func (u *User) UserRegister(c *gin.Context) {
|
||||
a2r.Call(user.UserClient.UserRegister, u.getGroupClient, c)
|
||||
}
|
||||
|
||||
func (u *User) UpdateUserInfo(c *gin.Context) {
|
||||
a2r.Call(user.UserClient.UpdateUserInfo, u.getGroupClient, c)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user