From b44f47754df86082bc6402be4899475ad0d4ffff Mon Sep 17 00:00:00 2001 From: tiger_zhou Date: Thu, 24 Aug 2023 16:06:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BD=8D=E7=BD=AEid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- protos/alertInfo.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/protos/alertInfo.proto b/protos/alertInfo.proto index 0bab24b..d091c92 100644 --- a/protos/alertInfo.proto +++ b/protos/alertInfo.proto @@ -26,8 +26,9 @@ message NccAlertInfoMessage { AlertType alert_type = 7; string locator_device_id = 8; - - bool mock = 9; + //区域id + int64 alert_location_id = 9; + bool mock = 10; } repeated Message messages = 1;