mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-02 16:15:59 +08:00
pb file
This commit is contained in:
@@ -24,6 +24,21 @@ message GetAllUsersUidResp{
|
||||
CommonResp commonResp = 1;
|
||||
repeated string uidList = 2;
|
||||
|
||||
}
|
||||
message AccountCheckReq{
|
||||
repeated string uidList = 1;
|
||||
string token = 2;
|
||||
string operationID = 3;
|
||||
|
||||
}
|
||||
message AccountCheckResp{
|
||||
CommonResp commonResp = 1;
|
||||
message SingleUserStatus {
|
||||
string userID = 1;
|
||||
string accountStatus = 2;
|
||||
}
|
||||
repeated SingleUserStatus result = 2;
|
||||
|
||||
}
|
||||
message GetUserInfoReq{
|
||||
repeated string userIDList = 1;
|
||||
|
||||
Reference in New Issue
Block a user