GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
a0a4d31c707e92241e1ed0793fafbefa0c7a4deb
Authored by
zhangqijia
2022-05-30 15:08:32 +0800
1 parent
b8985652
fix: update
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
account.proto
Inline
Side-by-side
account.proto
Wrap text
Show/Hide comments
View file @
a0a4d31
...
...
@@ -7,8 +7,8 @@ message ServiceInfo {
7
7
string id = 1;
8
8
string name = 2;
9
9
string address = 3;
10
- int32 game_port = 4;
11
- int32 gm_port = 5;
10
+ int32 gameport = 4;
11
+ int32 gmport = 5;
12
12
}
13
13
14
14
message LoginRsp {
...
...