xieb
2023-09-23 74d215499e4b6e6d77d9c65de92d04a1d303093a
src/main/java/com/dji/sample/control/service/impl/DrcServiceImpl.java
@@ -170,7 +170,7 @@
                    .build());
        if (ResponseResult.CODE_SUCCESS != reply.getResult()) {
            throw new RuntimeException("SN: " + param.getDockSn() + "; Error Code:" + reply.getResult() + "; Failed to enter command flight control mode, please try again later!");
            throw new RuntimeException("SN: " + param.getDockSn() + "; Error Code:" + reply.getResult() + "; 进入命令飞行控制模式失败,请稍后再试!");
        }
        refreshAcl(param.getDockSn(), param.getClientId(), pubTopic, subTopic);