2021与蓝度共同重构项目,服务端
fix
zhanzhiqin
2022-05-12 9f21969b69703a35bde9d659be19f3e39795010d
ximon-admin/src/main/java/com/sandu/ximon/admin/config/VnnoxUrl.java
@@ -23,6 +23,11 @@
    public static String REBOOT = "/v1/player/immediateControl/reboot";
    // 下发定时任务
    public static String TIMING_CONTROL = "/v1/player/timingControl/screenStatus";
    //同步
    public static String SIMU_LCAST = "/v1/player/immediateControl/simulcast";
    // NTP对时
    public static String NTP_SYNC = "/v1/player/immediateControl/ntp";
    public static String getUrl(String urlSuffix) {
        return url + urlSuffix;