Commit b3bf8eeb55c2600e98e6baa7b009d600bbf963e8

Authored by zhangqijia
1 parent 6b7d7ac2

fix: update proto csvdate

Showing 2 changed files with 11 additions and 3 deletions   Show diff stats
@@ -285,13 +285,20 @@ message GemSliceReq { @@ -285,13 +285,20 @@ message GemSliceReq {
285 string slot_id = 1; 285 string slot_id = 1;
286 map<string,int32> costs = 2; 286 map<string,int32> costs = 2;
287 int32 attention_id = 3; 287 int32 attention_id = 3;
288 - int32 gem_level = 4;  
289 } 288 }
290 289
291 message GemSliceRsp { 290 message GemSliceRsp {
292 models.GemSlot gem_slot = 1; 291 models.GemSlot gem_slot = 1;
293 } 292 }
294 293
  294 +message GemSliceStopReq {
  295 + string slot_id = 1;
  296 +}
  297 +
  298 +message GemSliceStopRsp {
  299 + models.GemSlot gem_slot = 1;
  300 +}
  301 +
295 message GemAttentionReq { 302 message GemAttentionReq {
296 string slot_id = 1; 303 string slot_id = 1;
297 } 304 }
@@ -37,8 +37,9 @@ enum ProtoCode @@ -37,8 +37,9 @@ enum ProtoCode
37 StoreBuyRpc = 529; 37 StoreBuyRpc = 529;
38 ItemGemCompoundRpc = 530; 38 ItemGemCompoundRpc = 530;
39 GemSliceRpc = 531; 39 GemSliceRpc = 531;
40 - GemAttentionRpc = 532;  
41 - GemSliceRewardRpc = 533; 40 + GemSliceStopRpc = 532;
  41 + GemAttentionRpc = 533;
  42 + GemSliceRewardRpc = 534;
42 43
43 DisConnectNty = 1001; 44 DisConnectNty = 1001;
44 RoleUpdatePropertyNty = 1002; 45 RoleUpdatePropertyNty = 1002;