xiangpei
2024-08-15 17244068535a9163ab1fd6b3be2a794d9a857879
ycl-common/src/main/java/constant/ApiConstants.java
@@ -10,6 +10,7 @@
    public final static Integer UYSuccessCode = 200;
    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-人脸数据
@@ -60,4 +61,6 @@
    //自贡行政编码
    public final static String AreaNo = "5103";
    //省厅前缀
    public final static String Province = "Province_";
}