王虎 3 лет назад
Родитель
Сommit
f954e8e763
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      protos/user.proto

+ 1 - 0
protos/user.proto

@@ -26,6 +26,7 @@ message LoginRequest {
     UserInfo UserInfo = 1;
     double lng = 2; // 精度, 未授权或者未取到传0
     double lat = 3; // 纬度,未授权或者未取到传0
+    uint32 RoomID = 4; // 接受邀请时传入邀请人的房间id
 }
 
 message LoginResponse {