Commit d44badc31cfce089131ab324945226233d5c074e

Authored by zhangqijia
1 parent eedfac28

fix: 派遣奖励,快速派遣协议返回加上派遣状态

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
dispatch.proto
... ... @@ -26,6 +26,7 @@ message DispatchRewardReq {
26 26 message DispatchRewardRsp {
27 27 string success_reward = 1;
28 28 string dispatch_reward = 2;
  29 + models.Dispatch dispatch = 3;
29 30 }
30 31  
31 32 message DispatchEndReq {
... ... @@ -45,4 +46,5 @@ message DispatchQuickReq {
45 46 message DispatchQuickRsp {
46 47 string success_reward = 1;
47 48 string dispatch_reward = 2;
  49 + models.Dispatch dispatch = 3;
48 50 }
... ...