From 950d89112665bead13fa79ae7e37b8addc188ca8 Mon Sep 17 00:00:00 2001
From: liuxiaolong <liuxiaolong@aiotlink.com>
Date: 星期二, 13 十月 2020 10:47:43 +0800
Subject: [PATCH] isTriggerByPreSdk set 0:非触发,1:必要触发,2:非必要触发
---
sdk.proto | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/sdk.proto b/sdk.proto
index 874c9fe..71258fe 100644
--- a/sdk.proto
+++ b/sdk.proto
@@ -13,6 +13,9 @@
int64 id = 5;
string cid = 6;
string cname = 7;
+
+ int32 channel = 8;
+ int64 i64timestamp = 9;
}
message Target{
--
Gitblit v1.8.0