Gogs 2 月之前
父节点
当前提交
2cd63ce32b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/client_msg/common.proto

+ 1 - 1
bin/client_msg/common.proto

@@ -22,7 +22,7 @@ message ReqLogin {
   string userId = 2;
   MsgError error = 3;
   int32 points = 4;
-
+  string gameId =5;
 }