feat: conn update token

This commit is contained in:
Gordon
2023-07-04 11:26:33 +08:00
parent 4df0f78af5
commit 49737a2dda
3 changed files with 384 additions and 123 deletions
+11
View File
@@ -67,6 +67,17 @@ message GetUsersOnlineStatusResp{
repeated SuccessDetail detailPlatformStatus = 3;
}
}
message SingleDetail{
string userID = 1;
string status = 2;
repeated SinglePlatformToken singlePlatformToken = 3;
}
message SinglePlatformToken{
string platform = 1;
int32 total =2;
repeated string token = 3;
}
message KickUserOfflineReq{
int32 platformID = 1;