From df9e11beacabd990dfa3335568abeaad18989b03 Mon Sep 17 00:00:00 2001 From: aikai Date: Sun, 17 Mar 2024 17:34:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application-prod.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/zn-module-smartfactory/zn-module-smartfactory-biz/src/main/resources/application-prod.yaml b/zn-module-smartfactory/zn-module-smartfactory-biz/src/main/resources/application-prod.yaml index a51fe06a..c5dd95c2 100644 --- a/zn-module-smartfactory/zn-module-smartfactory-biz/src/main/resources/application-prod.yaml +++ b/zn-module-smartfactory/zn-module-smartfactory-biz/src/main/resources/application-prod.yaml @@ -151,3 +151,16 @@ yudao: enable: false constantsClassList: [] demo: false # 关闭演示模式 +#海康威视的相关配置 +isc: + previewUrl: https://api.znkj.ispt.com.cn + host: 111.75.51.123:10443 + appKey: 24991430 + appSecret: jQd4pIYZBzwW8cnuI9IN +#视频资源 +resource: + cameras: /artemis/api/resource/v1/cameras +#视频能力 +video: + previewUrls: /artemis/api/video/v2/cameras/previewURLs + replayUrlApi: /artemis/api/video/v2/cameras/playbackURLs \ No newline at end of file