mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-04 09:05:59 +08:00
proto modify
This commit is contained in:
@@ -43,13 +43,14 @@ func (o *User) GetUsersPublicInfo(c *gin.Context) {
|
||||
a2r.Call(user.UserClient.GetDesignateUsers, o.client, c)
|
||||
}
|
||||
|
||||
//func (u *User) GetAllUsersUid(c *gin.Context) {
|
||||
// a2r.Call(user.UserClient.GetAllUsersUid, u.client, c)
|
||||
//}
|
||||
func (o *User) GetAllUsersID(c *gin.Context) {
|
||||
a2r.Call(user.UserClient.GetDesignateUsers, o.client, c)
|
||||
}
|
||||
|
||||
//
|
||||
//func (u *User) AccountCheck(c *gin.Context) {
|
||||
// a2r.Call(user.UserClient.AccountCheck, u.client, c)
|
||||
//}
|
||||
func (u *User) AccountCheck(c *gin.Context) {
|
||||
a2r.Call(user.UserClient.AccountCheck, u.client, c)
|
||||
}
|
||||
|
||||
func (o *User) GetUsers(c *gin.Context) {
|
||||
a2r.Call(user.UserClient.GetPaginationUsers, o.client, c)
|
||||
|
||||
Reference in New Issue
Block a user