From c29c12e0a07ed8e3a35a451ca7dbdadbc4bb70fb Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Tue, 8 Mar 2022 10:41:23 +0800 Subject: [PATCH] game add LoginResponse --- game.proto | 5 +++++ 1 file changed, 5 insertions(+), 0 deletions(-) diff --git a/game.proto b/game.proto index 18cb1fb..c9f78e9 100644 --- a/game.proto +++ b/game.proto @@ -14,6 +14,11 @@ message LoginReq { string device = 2; } +message LoginResponse{ + string uid = 1; + string device = 2; +} + message CreateReq { string uid = 1; string device = 2; -- libgit2 0.21.2