Commit 3f04a5ccfe143af5197a74778daa8e799b027a0c
Merge branch 'master' of 120.26.43.151:zhangqijia/Pro2dProtoBuffers
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
account.proto
| @@ -11,7 +11,7 @@ message ServiceInfo { | @@ -11,7 +11,7 @@ message ServiceInfo { | ||
| 11 | int32 gmport = 5; | 11 | int32 gmport = 5; |
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | -message AccountLoginRsp { | 14 | +message AccountLogin { |
| 15 | string token = 1; | 15 | string token = 1; |
| 16 | repeated ServiceInfo game_service = 2; | 16 | repeated ServiceInfo game_service = 2; |
| 17 | } | 17 | } |