This commit is contained in:
parent
e6ea65d3ba
commit
dd61f0ef1e
|
@ -527,7 +527,6 @@ public class MonitorService {
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
* @throws InterruptedException
|
* @throws InterruptedException
|
||||||
*/
|
*/
|
||||||
@Scheduled(cron = "* * 1 4 7 ? *")
|
|
||||||
public void videoService(String parentId, String path) throws IOException, InterruptedException {
|
public void videoService(String parentId, String path) throws IOException, InterruptedException {
|
||||||
|
|
||||||
String url = monitorDomain + "/videoService/devicesManager/deviceTree?nodeType=1&typeCode=01;0;ALL;ALL&id=" + parentId;
|
String url = monitorDomain + "/videoService/devicesManager/deviceTree?nodeType=1&typeCode=01;0;ALL;ALL&id=" + parentId;
|
||||||
|
|
Loading…
Reference in New Issue