Commit 06112b53f9e105d7a7a6d845d956a00452644c63

Authored by zhangqijia
1 parent b5bc86e9

fix: update

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
account.proto
... ... @@ -9,6 +9,7 @@ message ServiceInfo {
9 9 string address = 3;
10 10 int32 gameport = 4;
11 11 int32 gmport = 5;
  12 + int32 status = 6;
12 13 }
13 14  
14 15 message AccountLogin {
... ...