Parcourir la source

add register fields

yokyo il y a 6 ans
Parent
commit
94e9e69e78
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      login.proto

+ 2 - 0
login.proto

@@ -34,6 +34,8 @@ message L_Register {
     string password     = 4;
     int64 ts            = 5;
     string hash         = 6;
+    int32 platform      = 7;
+    int32 from          = 8;
 }
 
 message M_Register {