| | |
| | | public final static Integer pageNo = 1; |
| | | public final static Integer pageSize = 5000; |
| | | //请求参数dataType-卡口过车 |
| | | public final static Integer HK_DATATYPE_CAR = 1; |
| | | public final static Integer HK_DataType_CAR = 1; |
| | | //请求参数dataType-人脸数据 |
| | | public final static Integer HK_DATATYPE_FACE = 2; |
| | | public final static Integer HK_DataType_FACE = 2; |
| | | |
| | | //抓拍数据量监测结果 正常 |
| | | public final static Integer HK_SnapCount_ResultType_Normal = 1; |
| | |
| | | public final static Integer HK_SnapCount_ResultType_Descent = 3; |
| | | |
| | | //请求参数dataType 数据量少 |
| | | public final static Integer HK_DATATYPE_ResultType_Low = 4; |
| | | public final static Integer HK_DataType_ResultType_Low = 4; |
| | | |
| | | //经纬度检测结果 正常 |
| | | public final static Integer HK_Info_LayType_Normal = 1; |