feat: 标签顺序改为全部/短篇/中篇/长篇/收藏夹;增加SSE事件诊断日志定位novel_done未触发问题
This commit is contained in:
@@ -127,6 +127,9 @@ public class ShortNovelServiceImpl implements ShortNovelService {
|
||||
try {
|
||||
JSONObject event = JSON.parseObject(dataStr);
|
||||
String type = event.getString("type");
|
||||
// 排查用:打印每个收到的事件类型,确认上游真实的"完成"事件名
|
||||
log.info("[ShortNovel SSE] 收到事件: type={}, session_id={}, keys={}",
|
||||
type, event.getString("session_id"), event.keySet());
|
||||
|
||||
// 拦截 novel_done 事件,保存到数据库
|
||||
if ("novel_done".equals(type)) {
|
||||
|
||||
Reference in New Issue
Block a user