作者 王勇

完善vue端发送消息

@@ -256,6 +256,8 @@ public class MessageNoteServiceImpl implements MessageNoteService { @@ -256,6 +256,8 @@ public class MessageNoteServiceImpl implements MessageNoteService {
256 .serverName(note.getServerName()) 256 .serverName(note.getServerName())
257 .serverIp(busServer.getServerIp()) 257 .serverIp(busServer.getServerIp())
258 .serverPort(busServer.getServerPort()) 258 .serverPort(busServer.getServerPort())
  259 + .superUsername(busServer.getSuperUsername())
  260 + .superPassword(busServer.getSuperPassword())
259 .build(); 261 .build();
260 directUtils.sendMessage(xmlData); 262 directUtils.sendMessage(xmlData);
261 int num = messageNoteMapper.insertSelective(note); 263 int num = messageNoteMapper.insertSelective(note);