feat: conn update token
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user