添加日志
parent
a9264a8bc0
commit
241d223b8a
|
@ -161,6 +161,7 @@ public class AssistRESTfulUtils {
|
||||||
if (mediaServerItem == null) {
|
if (mediaServerItem == null) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
logger.info("[访问assist]: {}, 参数: {}", url, param);
|
||||||
JSONObject responseJSON = new JSONObject();
|
JSONObject responseJSON = new JSONObject();
|
||||||
//-2自定义流媒体 调用错误码
|
//-2自定义流媒体 调用错误码
|
||||||
responseJSON.put("code",-2);
|
responseJSON.put("code",-2);
|
||||||
|
|
Loading…
Reference in New Issue