diff --git a/game.proto b/game.proto index a7fd6e3..011a158 100644 --- a/game.proto +++ b/game.proto @@ -32,6 +32,7 @@ message LoginRsp { message CreateRar { string token = 1; string device = 2; + string channel = 3; } message DisConnectNty { diff --git a/models.proto b/models.proto index 101788c..5cebd6c 100644 --- a/models.proto +++ b/models.proto @@ -102,4 +102,5 @@ message Role { int64 ltime = 26; // 登录时间 int64 otime = 27; // 离线时间 int64 ctime = 28; // 创建时间 + string channel = 29; } \ No newline at end of file -- libgit2 0.21.2