From 34aaaa6560f8594440b7f84835d70ad3a7291881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?haoyuanfu=E2=80=9C=EF=BC=9Bgit=20config=20--global=20user?= =?UTF-8?q?=2Ename=20haoyuanfu=E2=80=9C?= <46495777@qq.com> Date: Thu, 15 May 2025 14:49:21 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=8D=8E=E6=8E=A5=E5=8F=A3=E9=89=B4?= =?UTF-8?q?=E6=9D=83=E4=BB=A5=E5=8F=8A=E5=BC=95=E7=94=A8=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../zilber/boot/dahua/config/PlatformConfig.java | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/java/com/zilber/boot/dahua/config/PlatformConfig.java b/src/main/java/com/zilber/boot/dahua/config/PlatformConfig.java index ea0a000..32f8584 100644 --- a/src/main/java/com/zilber/boot/dahua/config/PlatformConfig.java +++ b/src/main/java/com/zilber/boot/dahua/config/PlatformConfig.java @@ -5,13 +5,13 @@ package com.zilber.boot.dahua.config; */ public class PlatformConfig { - private String clientId = "CompanyName";//凭证ID自定义,配合申请凭证流程申请 - private String clientSecret = "42bec152-8f04-476a-9aec-e7d616ff3cb3";//凭证密钥,参考此地址申请https://open-icc.dahuatech.com/iccdoc/enterprisebase/5.0.15/wiki/common/quickstart.html#%E7%94%B3%E8%AF%B7OpenAPI%E7%94%A8%E6%88%B7 - private String username = "TEST";//平台登录用户名 - private String password = "OGR28u6_cc";//平台登录密码 - private String host = "124.160.33.135";//平台IP,联调环境IP - private String httpsPort = "4077";//https默认端口是443,联调环境443映射外网端口为4077 - private String httpPort = "4078";//http默认端口是83,但不开启,,联调环境83映射外网端口为4078;需运维中心开启http调试模式后才支持;isEnableHttpTest=true时有效, + private String clientId = "intelligence-site";//凭证ID自定义,配合申请凭证流程申请 + private String clientSecret = "08cfd8ae-3ade-4b1a-84f8-c41cc957d049";//凭证密钥,参考此地址申请https://open-icc.dahuatech.com/iccdoc/enterprisebase/5.0.15/wiki/common/quickstart.html#%E7%94%B3%E8%AF%B7OpenAPI%E7%94%A8%E6%88%B7 + private String username = "system";//平台登录用户名 + private String password = "Admin@123";//平台登录密码 + private String host = "59.47.183.182";//平台IP,联调环境IP + private String httpsPort = "9443";//https默认端口是443,联调环境443映射外网端口为4077 + private String httpPort = "83";//http默认端口是83,但不开启,,联调环境83映射外网端口为4078;需运维中心开启http调试模式后才支持;isEnableHttpTest=true时有效, private Long connectionTimeout = -1l;//连接超时 private Long readTimeout = -1l;//读取超时