Commit c54a5314be6740786011f80213a02229c2ea3663
1 parent
e5c1bf78
feat: 登出协议
Showing
2 changed files
with
4 additions
and
0 deletions
Show diff stats
game.proto
@@ -225,3 +225,6 @@ message StoreUpdatePropertyNty { | @@ -225,3 +225,6 @@ message StoreUpdatePropertyNty { | ||
225 | repeated string keys = 1; // 键 名字 | 225 | repeated string keys = 1; // 键 名字 |
226 | models.Store store = 2; | 226 | models.Store store = 2; |
227 | } | 227 | } |
228 | + | ||
229 | +message RoleLogOutRar { | ||
230 | +} | ||
228 | \ No newline at end of file | 231 | \ No newline at end of file |
protocode.proto
@@ -30,6 +30,7 @@ enum ProtoCode | @@ -30,6 +30,7 @@ enum ProtoCode | ||
30 | EmailCheckRpc = 522; | 30 | EmailCheckRpc = 522; |
31 | EmailDelRpc = 523; | 31 | EmailDelRpc = 523; |
32 | StoreBuyRpc = 524; | 32 | StoreBuyRpc = 524; |
33 | + RoleLogOutRpc = 525; | ||
33 | 34 | ||
34 | DisConnectNty = 1001; | 35 | DisConnectNty = 1001; |
35 | RoleUpdatePropertyNty = 1002; | 36 | RoleUpdatePropertyNty = 1002; |