From 3a957adef9398d8bc345b864001a0233410b13d3 Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Mon, 10 Oct 2022 16:42:23 +0800 Subject: [PATCH] fix: openid to unionid --- game.proto | 1 + models.proto | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) 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