fuliqi
2023-11-30 48c336687914f3aa183fc1b2e047cfbde581748d
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());