Commit d44badc31cfce089131ab324945226233d5c074e

Authored by zhangqijia
1 parent eedfac28

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

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