1.添加 rabbitmq
2.在 AI 登录时 创建消息队列
This commit is contained in:
@@ -57,6 +57,10 @@ public class UserController {
|
||||
// return ResultUtils.success(systemUsersVO);
|
||||
}
|
||||
|
||||
@PostMapping("aiChat-logout")
|
||||
public BaseResponse<Boolean> aiChatLogout(@RequestBody SystemUsersDTO usersDTO){
|
||||
return ResultUtils.success(loginService.aiChatLogout(usersDTO));
|
||||
}
|
||||
|
||||
//
|
||||
// private SystemUsers getUserByName(@RequestBody SystemUsersDTO usersDTO) {
|
||||
|
||||
Reference in New Issue
Block a user