feat: HTTP状态码 + 业务码

This commit is contained in:
2026-06-24 12:00:17 +08:00
parent df6c7f6b10
commit 5d9f5b8ab7
2 changed files with 39 additions and 18 deletions

View File

@@ -71,8 +71,6 @@ public class SseController {
lastEventId, userId, connectionId);
}
log.info("[SSE] 连接建立成功, userId={}, connectionId={}, onlineConnections={}",
userId, connectionId, connectionManager.getOnlineCount());
return emitter;
}