瀏覽代碼

add register fields

yokyo 5 年之前
父節點
當前提交
94e9e69e78
共有 1 個文件被更改,包括 2 次插入0 次删除
  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 {