添加日志

This commit is contained in:
648540858 2024-01-25 17:46:38 +08:00
parent a9264a8bc0
commit 241d223b8a

View File

@ -161,6 +161,7 @@ public class AssistRESTfulUtils {
if (mediaServerItem == null) {
return null;
}
logger.info("[访问assist] {}, 参数: {}", url, param);
JSONObject responseJSON = new JSONObject();
//-2自定义流媒体 调用错误码
responseJSON.put("code",-2);