Commit 241d223b8a14d9bd4e0d8c24809835355a29fa9d

Authored by 648540858
1 parent a9264a8b

添加日志

src/main/java/com/genersoft/iot/vmp/media/zlm/AssistRESTfulUtils.java
@@ -161,6 +161,7 @@ public class AssistRESTfulUtils { @@ -161,6 +161,7 @@ public class AssistRESTfulUtils {
161 if (mediaServerItem == null) { 161 if (mediaServerItem == null) {
162 return null; 162 return null;
163 } 163 }
  164 + logger.info("[访问assist]: {}, 参数: {}", url, param);
164 JSONObject responseJSON = new JSONObject(); 165 JSONObject responseJSON = new JSONObject();
165 //-2自定义流媒体 调用错误码 166 //-2自定义流媒体 调用错误码
166 responseJSON.put("code",-2); 167 responseJSON.put("code",-2);