|
|
@@ -23,12 +23,12 @@ import java.util.List;
|
|
|
@RequestMapping("/mqttMessage")
|
|
|
@RestController
|
|
|
@Validated
|
|
|
-@Tag(name = "mqtt测试接口")
|
|
|
+@Tag(name = "mqtt服务")
|
|
|
public class MqttController {
|
|
|
|
|
|
@Autowired
|
|
|
MqttServiceImpl mqttService;
|
|
|
-
|
|
|
+
|
|
|
@Operation(summary = "得到mqtt连接配置")
|
|
|
@ResourceAuth(value = "user", type = AuthType.User)
|
|
|
@RequestMapping(value = "getMqttConfig", method = {RequestMethod.GET})
|