From 876a19adfece2b119c6c8f672f5301b4c9cb650e Mon Sep 17 00:00:00 2001 From: XM-GO <93296511+XM-GO@users.noreply.github.com> Date: Wed, 6 Sep 2023 09:39:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=85=A5=E8=90=A4=E7=9F=B3=E6=91=84?= =?UTF-8?q?=E5=83=8F=E5=A4=B4=E5=90=8E=E7=AB=AF=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yml | 4 ++-- pkg/ys/ys_test.go | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yml b/config.yml index debd189..5a0f8b4 100644 --- a/config.yml +++ b/config.yml @@ -91,8 +91,8 @@ gb28181: sip: tcp:5060 # 萤石摄像头token ys: - appKey: "2cc6a5edcee046c1b8bc9a857d67a287" - secret: "9eb8f595dc02859c91a5d7d0593f8a07" + appKey: "" + secret: "" log: # 日志等级, trace, debug, info, warn, error, fatal diff --git a/pkg/ys/ys_test.go b/pkg/ys/ys_test.go index e429ba0..7f0c878 100644 --- a/pkg/ys/ys_test.go +++ b/pkg/ys/ys_test.go @@ -33,8 +33,8 @@ func TestYs_GetDeviceChannelList(t *testing.T) { func TestYs_GetDeviceDeviceLiveAddress(t *testing.T) { ys := &Ys{ - AppKey: "2cc6a5edcee046c1b8bc9a857d67a287", - Secret: "9eb8f595dc02859c91a5d7d0593f8a07", + AppKey: "", + Secret: "", IsRAM: 0, AccountID: "", }