mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
pb file
This commit is contained in:
parent
7403619cbc
commit
c8b1e5bafc
@ -24,6 +24,21 @@ message GetAllUsersUidResp{
|
|||||||
CommonResp commonResp = 1;
|
CommonResp commonResp = 1;
|
||||||
repeated string uidList = 2;
|
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{
|
message GetUserInfoReq{
|
||||||
repeated string userIDList = 1;
|
repeated string userIDList = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user