routes/capture.go @@ -12,6 +12,7 @@ // 批量人脸新增 r.POST("/Faces", capCtl.Faces) r.POST("/VideoLabels", capCtl.VideoLabels) return r }