src/main/java/com/dji/sample/droneairport/service/RegistService.java
@@ -29,7 +29,7 @@ * @return 返回一个包含无人机状态信息的ResponseResult对象 * @throws Exception 如果在获取无人机状态过程中发生错误,将抛出异常 */ ResponseResult getDroneState(String deviceId) throws Exception; String getDroneState(String deviceId) throws Exception; /** * 执行授权操作