| | |
| | | public final static String HKSuccessCode = "0"; |
| | | public final static String UYSuccessCodeStr = "200"; |
| | | public final static Integer UYSuccessCode = 200; |
| | | public final static Integer pageNo = 1; |
| | | public final static Integer pageSize = 5000; |
| | | public final static Integer PageNo = 1; |
| | | public final static Integer PageSize = 20000; |
| | | public final static Integer HKPageSize = 5000; |
| | | //请求参数dataType-卡口过车 |
| | | public final static Integer HK_DataType_CAR = 1; |
| | | //请求参数dataType-人脸数据 |
| | |
| | | public final static Integer UY_RecordStatus_Integrity = 1; |
| | | public final static Integer UY_RecordStatus_Interval = 0; |
| | | public final static Integer UY_RecordStatus_Abnormal = -1; |
| | | |
| | | //优云点位在线状态 |
| | | public final static Integer UY_OnlineStatus_All = 2; |
| | | public final static Integer UY_OnlineStatus_Online = 1; |
| | | public final static Integer UY_OnlineStatus_Offline = -1; |
| | | public final static Integer UY_OnlineStatus_Unknown = 0; |
| | | |
| | | //OSD校验标识 |
| | | public final static Integer OSD_Correct = 1; |
| | | public final static Integer OSD_Unknown = 0; |
| | | public final static Integer OSD_Error = -1; |
| | | |
| | | //自贡行政编码 |
| | | public final static String AreaNo = "5103"; |
| | | |
| | | //省厅前缀 |
| | | 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; |
| | | } |