Commit 49478968f4e942434dddc80e1da3c0f1b7796649

Authored by zhangqijia
1 parent f245074c

fix: update

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
role.proto
... ... @@ -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 {
... ...