ycl-platform/src/main/java/com/ycl/util/VideoUtil.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ycl-platform/src/main/java/com/ycl/util/VideoUtil.java
@@ -210,7 +210,7 @@ jsonBody.put("expand","transcode=1&videotype=h264"); String body = jsonBody.toString(); //参数根据接口实际情况设置 HttpResponse result = ArtemisHttpUtil.doPostStringImgArtemis(config, path, body, query, null, "application/json", head); HttpResponse result = ArtemisHttpUtil.doPostStringImgArtemis(config, path, body, null, null, "application/json", null); System.out.println("海康完成请求"); try { String strResult = EntityUtils.toString(result.getEntity());