| | |
| | | //海康平台根据现场环境配置http还是https |
| | | public static final String RESPONSE_SUCCEE = "0"; |
| | | public static final String RESPONSE_DOWNLOAD_ERROR= "0x15406001"; |
| | | public static final String RESPONSE_FACE_ERROR= "0x1540350c";//回调错误:人脸建模失败 |
| | | public static final String RESPONSE_FACE_ERROR2= "0x1540350d";//回调错误:人脸眼间距太小 |
| | | |
| | | public static String https ; |
| | | /** |
| | | * 能力开放平台的网站路径 路径不用修改,就是/artemis |
| | |
| | | String vehicleList= "/api/resource/v2/vehicle/advance/vehicleList";//查询车辆列表v2 |
| | | String vehicleTimeRangeList= "/api/resource/v1/vehicle/timeRange";//增量获取车辆数据 |
| | | String facePictureCheck= "/api/frs/v1/face/picture/check";//人脸评分 |
| | | String acsDeviceStatus= "/api/nms/v1/online/acs_device/get";//获取门禁设备在线状态 |
| | | } |
| | | |
| | | /** |