fuliqi
2024-09-09 9de954bafc2cfe186eaefc0e99fa5fc292a8d45b
ycl-common/src/main/java/constant/ApiConstants.java
@@ -69,11 +69,13 @@
    //省厅前缀
    public final static String Province = "Province_";
    public final static String County = "County_";
    //海康访问OSD路径
    public final static String HK_OSD_PATH = "/ISAPI/System/Video/inputs/channels/1/overlays";
    //海康访问时间路径
    public final static String HK_OSD_TIME = "/ISAPI/System/time";
    //标签常量
    public final static Integer TRUE = 1;
    public final static Integer FALSE = 0;
}