public async Task Get() { //推送消息 await _mqttService.PushMessageAsync("test", new RabbitMqOptions()); }