This commit is contained in:
Gordon
2022-06-07 10:11:49 +08:00
parent 064b650fac
commit 78298e1284
2 changed files with 70 additions and 61 deletions
+1
View File
@@ -70,6 +70,7 @@ message GetUsersOnlineStatusResp{
}
message KickUserOfflineReq{
string operationID = 1;
int32 platformID = 2;
repeated string kickUserIDList = 3;
}
message KickUserOfflineResp{