fuliqi
2024-08-13 cbdcb828bd7ed3787990dceb65f3c6db7c806e16
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_";
}