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
3aa479358834e2ea24c1c1b75c739b0524de1c4f
Authored by
zhangqijia
2022-03-08 18:12:16 +0800
1 parent
c29c12e0
update ProtoCode
Showing
1 changed file
with
4 additions
and
3 deletions
Show diff stats
protocode.proto
Inline
Side-by-side
protocode.proto
Wrap text
Show/Hide comments
View file @
3aa4793
...
...
@@ -6,8 +6,9 @@ package protocode;
6
6
enum ProtoCode
7
7
{
8
8
UNKNOWN = 0;
9
- HeartRpc = 1;
10
- LoginRpc = 2;
11
- CreateRpc = 3;
9
+ HeartReq = 1;
10
+ LoginReq = 2;
11
+ CreateReq = 3;
12
+ RoleRsp = 4;
12
13
13
14
}
14
15
\ No newline at end of file
...
...