From f3d2aadc40f77d37577fb2fa18f67df004865403 Mon Sep 17 00:00:00 2001 From: luyan Date: Thu, 26 Dec 2024 16:30:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=81=B5=E5=B1=B1=E5=A4=A7=E5=8D=8E=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E6=9B=B4=E6=94=B9=E5=AF=86=E7=A0=81=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E5=BC=B1=E5=8F=A3=E4=BB=A4=E6=BC=8F=E6=B4=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/epmet/utils/VideoRealtimeUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epmet-module/epmet-third/epmet-third-server/src/main/java/com/epmet/utils/VideoRealtimeUtils.java b/epmet-module/epmet-third/epmet-third-server/src/main/java/com/epmet/utils/VideoRealtimeUtils.java index 3e3a670f49..fb0130396c 100644 --- a/epmet-module/epmet-third/epmet-third-server/src/main/java/com/epmet/utils/VideoRealtimeUtils.java +++ b/epmet-module/epmet-third/epmet-third-server/src/main/java/com/epmet/utils/VideoRealtimeUtils.java @@ -17,7 +17,7 @@ public class VideoRealtimeUtils { /** * 密码 */ - public static final String password = "Admin123"; + public static final String password = "EpmEtrEdIs@888"; /** * 客户端id */