From 5449cced03ef77f5e95a08e871996abb7132c40b Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期五, 17 六月 2022 16:26:23 +0800 Subject: [PATCH] cp dialog --- src/api/camera.ts | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/api/camera.ts b/src/api/camera.ts index 52c51f9..e2e07dc 100644 --- a/src/api/camera.ts +++ b/src/api/camera.ts @@ -26,6 +26,14 @@ }); }; +export const getGB28181CameraInfo = (id: string) => { + return request({ + url: "/data/api-v/gb28181/camera/show", + method: "get", + params: { cid: id } + }); +}; + export const delCamera = (id: string) => { return request({ url: "/data/api-v/camera/del", -- Gitblit v1.8.0