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
c29c12e0a07ed8e3a35a451ca7dbdadbc4bb70fb
Authored by
zhangqijia
2022-03-08 10:41:23 +0800
1 parent
c7297f39
game add LoginResponse
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
c29c12e
...
...
@@ -14,6 +14,11 @@ message LoginReq {
14
14
string device = 2;
15
15
}
16
16
17
+message LoginResponse{
18
+ string uid = 1;
19
+ string device = 2;
20
+}
21
+
17
22
message CreateReq {
18
23
string uid = 1;
19
24
string device = 2;
...
...