From b1c479b938295834be787a4a724e95bd21ddbddc Mon Sep 17 00:00:00 2001
From: 朱俊杰 <502612493@qq.com>
Date: 星期三, 16 三月 2022 11:18:09 +0800
Subject: [PATCH] 修复info请求头中的cseq序列
---
src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMRESTfulUtils.java | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMRESTfulUtils.java b/src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMRESTfulUtils.java
index 05ecd3f..d0b1cb2 100644
--- a/src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMRESTfulUtils.java
+++ b/src/main/java/com/genersoft/iot/vmp/media/zlm/ZLMRESTfulUtils.java
@@ -72,7 +72,6 @@
ResponseBody responseBody = response.body();
if (responseBody != null) {
String responseStr = responseBody.string();
- System.out.println(responseStr);
responseJSON = JSON.parseObject(responseStr);
}
}else {
--
Gitblit v1.8.0