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: "", }