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
3f04a5ccfe143af5197a74778daa8e799b027a0c
Authored by
zhangqijia
2022-06-14 10:12:26 +0800
2 parents
a4e707b4
0c103046
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
Inline
Side-by-side
account.proto
Wrap text
Show/Hide comments
View file @
3f04a5c
...
...
@@ -11,7 +11,7 @@ message ServiceInfo {
11
11
int32 gmport = 5;
12
12
}
13
13
14
-message AccountLogin
Rsp
{
14
+message AccountLogin
{
15
15
string token = 1;
16
16
repeated ServiceInfo game_service = 2;
17
17
}
...
...