guoshilong
2023-09-19 8e10cec76285192d30abecd7d09001a75f2755a3
src/main/java/com/dji/sample/component/mqtt/config/MqttConfiguration.java
@@ -81,7 +81,7 @@
     */
    public static MqttBrokerDTO getMqttBrokerWithDrc(String clientId, String username, Long age, Map<String, ?> map) {
        if (!mqtt.containsKey(MqttUseEnum.DRC)) {
            throw new RuntimeException("Please configure the drc link parameters of mqtt in the backend configuration file first.");
            throw new RuntimeException("请先在后端配置文件中配置mqtt的drc链接参数。");
        }
        Algorithm algorithm = JwtUtil.algorithm;