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
49478968f4e942434dddc80e1da3c0f1b7796649
Authored by
zhangqijia
2023-06-26 15:31:42 +0800
1 parent
f245074c
fix: update
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
role.proto
Inline
Side-by-side
role.proto
Wrap text
Show/Hide comments
View file @
4947896
...
...
@@ -288,7 +288,9 @@ message RoleActivityCarbonStartRsp {
288
288
}
289
289
290
290
message RoleActivityCarbonEndReq {
291
- int32 carbon_id = 1;
291
+ int32 act_type = 1;
292
+ int32 act_id = 2;
293
+ int32 carbon_id = 3;
292
294
}
293
295
294
296
message RoleActivityCarbonEndRsp {
...
...