From 4edf419e4beed7e17c99aecc7860691c2b9a7196 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期五, 30 八月 2024 20:14:10 +0800 Subject: [PATCH] 宇视SDK代码,OSD过滤ip --- ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java b/ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java index edc84b3..9ba2459 100644 --- a/ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java +++ b/ycl-common/src/main/java/enumeration/general/ErrorTypeEnum.java @@ -28,7 +28,8 @@ OSD("OSD寮傚父"), MONITORUNQUALIFY("涓�鏈轰竴妗d笉鍚堟牸"), VIDEOORPICUNNORMAL("瑙嗛鎷夋祦銆佸浘鐗囪幏鍙栧紓甯�"), - PICUNUSEFUL("澶у浘涓嶅彲鐢�"); + PICUNUSEFUL("澶у浘涓嶅彲鐢�"), + PICURLABNORMAL("鍥剧墖璁块棶寮傚父"); private final String value; -- Gitblit v1.8.0