zhanghua
2023-11-03 b3027473296e3ca2b4007f3fd71ac761e2eeb69f
bug修改
1个文件已修改
2 ■■■ 已修改文件
ycl-platform/src/main/java/com/ycl/util/VideoUtil.java 2 ●●● 补丁 | 查看 | 原始文档 | 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());