Commit 0c10304660ad5d90a093ea861205c328378174e8

Authored by zhanghualin
1 parent d9a4f5a8

AccountLogin

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
account.proto
... ... @@ -11,7 +11,7 @@ message ServiceInfo {
11 11 int32 gmport = 5;
12 12 }
13 13  
14   -message AccountLoginRsp {
  14 +message AccountLogin {
15 15 string token = 1;
16 16 repeated ServiceInfo game_service = 2;
17 17 }
... ...