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
9bd5071924ba251c0488447a2c23efa8ad1f45ca
Authored by
zhangqijia
2022-12-09 10:02:11 +0800
1 parent
0d5650de
fix: update role.proto
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
9bd5071
...
...
@@ -179,3 +179,7 @@ message RoleEndClimbRsp {
179
179
message RoleRankClimbReq {
180
180
int32 chapter_id = 1;
181
181
}
182
+
183
+message RoleRankClimbRsp {
184
+ repeated models.RankClimb rank = 1;
185
+}
...
...