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
60ef78ddbfe97664e64b7ed93604d35b4f8dcbd8
Authored by
zhangqijia
2023-04-06 16:07:17 +0800
1 parent
41b9c8c3
fix: 扫荡协议返回
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
60ef78d
...
...
@@ -205,6 +205,6 @@ message RoleMoppingUpReq {
205
205
}
206
206
207
207
message RoleMoppingUpRsp {
208
- string reward = 1;
209
- string drop_reward = 2;
208
+ repeated string reward = 1;
209
+ repeated string drop_reward = 2;
210
210
}
...
...