diff --git a/dispatch.proto b/dispatch.proto index 8ea4860..4e79f3c 100644 --- a/dispatch.proto +++ b/dispatch.proto @@ -26,6 +26,7 @@ message DispatchRewardReq { message DispatchRewardRsp { string success_reward = 1; string dispatch_reward = 2; + models.Dispatch dispatch = 3; } message DispatchEndReq { @@ -45,4 +46,5 @@ message DispatchQuickReq { message DispatchQuickRsp { string success_reward = 1; string dispatch_reward = 2; + models.Dispatch dispatch = 3; } -- libgit2 0.21.2