From 845523ffdda003d6d8b7ca5db36d28ccf6f441dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Mon, 27 Jun 2022 11:10:09 +0800 Subject: [PATCH] =?UTF-8?q?dhapis=20=E5=A2=9E=E5=8A=A0=20=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/third/tapis.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/third/tapis.py b/apps/third/tapis.py index 055cd4b0..6643e816 100755 --- a/apps/third/tapis.py +++ b/apps/third/tapis.py @@ -83,6 +83,10 @@ dhapis = { "face_group_info": { "url": "/evo-apigw/evo-face/groupInfo/view/{id}", "method": "get" + }, + "video_realtime": { + "url": "/evo-apigw/admin/API/video/stream/realtime", + "method": "post" } }