移除rocketmq集成功能

This commit is contained in:
海言
2025-11-06 18:09:43 +08:00
parent cc105a6434
commit ad2e60b54a
6 changed files with 0 additions and 88 deletions

View File

@@ -51,11 +51,4 @@ public class UserController {
return userService.getEsId(userId);
}
//发送队列消息
@Operation(summary = "发送队列消息", description = "发送队列消息")
@GetMapping("/sendMsg")
public RetObj sendMsg(String msg) {
return userService.sendMQMsg(msg);
}
}