From 539a78196da60eb97cf7057c5c85dfaa9b240741 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期五, 11 十月 2024 16:21:32 +0800 Subject: [PATCH] 添加A3平层传感器数据获取方式 --- routes/capture.go | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/routes/capture.go b/routes/capture.go index 7cb31e0..9e554ab 100644 --- a/routes/capture.go +++ b/routes/capture.go @@ -13,6 +13,7 @@ // 鎵归噺浜鸿劯鏂板 r.POST("/Faces", capCtl.Faces) r.POST("/VideoLabels", capCtl.VideoLabels) + r.POST("/Persons", capCtl.Persons) return r } -- Gitblit v1.8.0