Explorar o código

add register fields

yokyo %!s(int64=6) %!d(string=hai) anos
pai
achega
94e9e69e78
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 {