|
|
|
@@ -256,7 +256,7 @@ public class DmExceptionLogController extends BaseController<DmExceptionLogQuery |
|
|
|
devId = StringUtils.isEmpty(devId) ? json.getString("id") : devId; |
|
|
|
JSONObject jsonObject = new JSONObject(); |
|
|
|
jsonObject.put("devId", devId); |
|
|
|
mqttService.sendMessage(mqttConfig.getFetchLogTopic(), jsonObject.toJSONString()); |
|
|
|
mqttService.sendMessage(mqttConfig.getPrefix()+"/"+devId+mqttConfig.getFetchLogTopic(), jsonObject.toJSONString()); |
|
|
|
return success("操作成功"); |
|
|
|
} |
|
|
|
|
|
|
|
|