From 4dd5374a4e31bb450008f41472217698be30a5d1 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期五, 06 十二月 2019 14:16:11 +0800 Subject: [PATCH] update --- sdk.proto | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/sdk.proto b/sdk.proto index bc6b90a..9f7d1b9 100644 --- a/sdk.proto +++ b/sdk.proto @@ -185,4 +185,8 @@ message HumanTrackResult { repeated HumanTrack result = 1; int32 count = 2; +} + +message HumanTrackResultLast{ + repeated HumanTrackResult result = 1; } \ No newline at end of file -- Gitblit v1.8.0