From c8c2e1e270b7aa7efe54aef60dae254e416100a7 Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期一, 28 九月 2020 11:12:31 +0800 Subject: [PATCH] TableChanged add T_EventPush --- 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