perf: 调整发消息测试

dev
huangfeng 8 months ago
parent a4c0d7be24
commit 020fde5202

@ -33,7 +33,7 @@ public class TestController extends BasicController {
@GetMapping("sendMsg") @GetMapping("sendMsg")
@ApiOperation("发送消息") @ApiOperation("发送消息")
public void sendMsg(String msg) { public void sendMsg(String msg, Integer warningId) {
webSocketServer.sendMessage(msg , null); webSocketServer.sendMessage(msg, warningId);
} }
} }

Loading…
Cancel
Save