mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-28 22:58:10 +08:00
fix: get all userID
Signed-off-by: Gordon <46924906+FGadvancer@users.noreply.github.com>
This commit is contained in:
parent
0c1bbd0de5
commit
ba6013d352
@ -51,7 +51,7 @@ func (u *UserApi) GetUsersPublicInfo(c *gin.Context) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (u *UserApi) GetAllUsersID(c *gin.Context) {
|
func (u *UserApi) GetAllUsersID(c *gin.Context) {
|
||||||
a2r.Call(user.UserClient.GetDesignateUsers, u.Client, c)
|
a2r.Call(user.UserClient.GetAllUserID, u.Client, c)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (u *UserApi) AccountCheck(c *gin.Context) {
|
func (u *UserApi) AccountCheck(c *gin.Context) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user