fuliqi
2024-08-02 40797b99f5ec22b7165d4c67eee5c198741d0633
ycl-common/src/main/java/constant/ApiConstants.java
@@ -10,9 +10,9 @@
    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;
@@ -22,7 +22,7 @@
    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;