Explorar el Código

修改控制无人机代码

tags/v1.2.0^2
wanjing hace 1 año
padre
commit
84878290b7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tuoheng-admin/src/main/java/com/tuoheng/admin/config/SystemConstant.java

+ 1
- 1
tuoheng-admin/src/main/java/com/tuoheng/admin/config/SystemConstant.java Ver fichero

@@ -42,6 +42,6 @@ public interface SystemConstant {
/**
* 机场平台:控制无人机
*/
String API_AIRPORT_DRONE_CONTROL = "/airportInterface/droneCommand";
String API_AIRPORT_DRONE_CONTROL = "/api/airportInterface/droneCommand";

}

Cargando…
Cancelar
Guardar