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
c54a5314be6740786011f80213a02229c2ea3663
Authored by
zhangqijia
2022-09-28 10:52:42 +0800
1 parent
e5c1bf78
feat: 登出协议
Showing
2 changed files
with
4 additions
and
0 deletions
Show diff stats
game.proto
protocode.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
c54a531
...
...
@@ -225,3 +225,6 @@ message StoreUpdatePropertyNty {
225
225
repeated string keys = 1; // 键 名字
226
226
models.Store store = 2;
227
227
}
228
+
229
+message RoleLogOutRar {
230
+}
228
231
\ No newline at end of file
...
...
protocode.proto
Wrap text
Show/Hide comments
View file @
c54a531
...
...
@@ -30,6 +30,7 @@ enum ProtoCode
30
30
EmailCheckRpc = 522;
31
31
EmailDelRpc = 523;
32
32
StoreBuyRpc = 524;
33
+ RoleLogOutRpc = 525;
33
34
34
35
DisConnectNty = 1001;
35
36
RoleUpdatePropertyNty = 1002;
...
...