feat: conn update token

This commit is contained in:
Gordon
2023-07-04 10:32:54 +08:00
parent e416ace264
commit 94b4a18f2d
6 changed files with 157 additions and 92 deletions
+1
View File
@@ -56,6 +56,7 @@ message GetUsersOnlineStatusResp{
string status = 2;
string connID = 3;
bool isBackground = 4;
string token =5;
}
message FailedDetail{
string userID = 1;