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
3089e19956006593721f476e9947a280dbb52493
Authored by
zhangqijia
2023-04-20 17:21:38 +0800
1 parent
5add7c6f
fix: 爬塔,中间节点协议返回加上奖励
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
3089e19
...
...
@@ -177,6 +177,7 @@ message RoleMiddleClimbReq {
177
177
message RoleMiddleClimbRsp {
178
178
string reward = 1;
179
179
int64 timestamp = 2;
180
+ string cur_reward = 3;
180
181
}
181
182
182
183
message RoleEndClimbReq {
...
...