From eb871185ce72eda083a6bee5c37bbc6477c30f0e Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Thu, 22 Feb 2024 13:51:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=9A=84proto=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proto/race/race_task.proto | 1 - 1 file changed, 1 deletion(-) diff --git a/proto/race/race_task.proto b/proto/race/race_task.proto index 17c26ef..8b8d083 100644 --- a/proto/race/race_task.proto +++ b/proto/race/race_task.proto @@ -42,7 +42,6 @@ message RaceTaskBind{ rule = 0; scene = 1; } - int64 taskId = 1; int64 bindId = 2; TaskBindType bindType = 3; int32 status = 4; //0=解绑 ;1=绑定