fuliqi
2024-08-12 24d45b49ad478538b2c0ba4eda1f2725ac3ca049
ycl-server/src/main/java/com/ycl/feign/HkApiUtil.java
@@ -21,7 +21,6 @@
@Slf4j
public class HkApiUtil {
    /**
     * 调用海康接口
     *
@@ -60,7 +59,7 @@
        try {
            result = ArtemisHttpUtil.doPostStringArtemis(path, body, null, null, contentType , null);
        } catch (Exception e) {
            log.error("接口:【{}】,调用失败");
            log.error("接口:【{}】,调用失败",apiUrl);
            e.printStackTrace();
        }
        return HkApiUtil.getDataList(JSONObject.parseObject(result), resultType);