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
91d3d81803490b0adad4604b7f4bd9eda18b040d
Authored by
zhangqijia
2022-10-19 14:13:49 +0800
1 parent
6535521b
fix: 加抽卡日志,修改抽卡请求字段
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
game.proto
Inline
Side-by-side
game.proto
Wrap text
Show/Hide comments
View file @
91d3d81
...
...
@@ -135,7 +135,7 @@ message RoleLogOutRar {
135
135
}
136
136
137
137
message RoleDropReq {
138
-
string key
= 1;
138
+
int32 group_id
= 1;
139
139
}
140
140
141
141
message RoleDropRsp {
...
...