fuliqi
2024-10-31 d715a933d9f599c9586b07a34e076a6c614916b8
ycl-common/src/main/java/constant/ApiConstants.java
@@ -22,9 +22,8 @@
    public final static Integer HK_SnapCount_ResultType_Null = 2;
    //抓拍数据量监测结果 数据突降
    public final static Integer HK_SnapCount_ResultType_Descent = 3;
    //请求参数dataType 数据量少
    public final static Integer HK_DataType_ResultType_Low = 4;
    public final static Integer HK_SnapCount_ResultType_Low = 4;
    //经纬度检测结果 正常
    public final static Integer HK_Info_LayType_Normal = 1;
@@ -69,11 +68,17 @@
    //省厅前缀
    public final static String Province = "Province_";
    //区县前缀
    public final static String County = "County_";
    //公安部前缀
    public final static String Dept = "Dept_";
    //海康访问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;
}