Commit c29c12e0a07ed8e3a35a451ca7dbdadbc4bb70fb

Authored by zhangqijia
1 parent c7297f39

game add LoginResponse

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
game.proto
... ... @@ -14,6 +14,11 @@ message LoginReq {
14 14 string device = 2;
15 15 }
16 16  
  17 +message LoginResponse{
  18 + string uid = 1;
  19 + string device = 2;
  20 +}
  21 +
17 22 message CreateReq {
18 23 string uid = 1;
19 24 string device = 2;
... ...