调用在线活体检测v3的api,参数报错
Ta的回复 :谢谢各位,亲测可用。 Map<String, Object> map = new HashMap<>(); List<Object> list = new ArrayList<Object>(); String imge = AuthService.getImge(); map.put("image", imge);//总数据大小应小于10M map.put("face_field", "face_liveness,thresholds"); map.put("image_type", "BASE64"); list.add(map); String param = GsonUtils.toJson(list);