From d44badc31cfce089131ab324945226233d5c074e Mon Sep 17 00:00:00 2001 From: zqj <582132116@qq.com> Date: Tue, 28 Mar 2023 16:23:28 +0800 Subject: [PATCH] fix: 派遣奖励,快速派遣协议返回加上派遣状态 --- dispatch.proto | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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