Commit 60ef78ddbfe97664e64b7ed93604d35b4f8dcbd8
1 parent
41b9c8c3
fix: 扫荡协议返回
Showing
1 changed file
with
2 additions
and
2 deletions
 
Show diff stats
role.proto
| @@ -205,6 +205,6 @@ message RoleMoppingUpReq { | @@ -205,6 +205,6 @@ message RoleMoppingUpReq { | ||
| 205 | } | 205 | } | 
| 206 | 206 | ||
| 207 | message RoleMoppingUpRsp { | 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 | } |