添加日志
This commit is contained in:
parent
a9264a8bc0
commit
241d223b8a
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user