添加参数batch_sources

This commit is contained in:
2025-12-17 11:32:37 +08:00
parent d38a439e3c
commit a2ed179fbb

View File

@@ -103,6 +103,7 @@ public class StyleServiceImpl extends ServiceImpl<StyleMapper, Style> implements
params.put("gender", gender);
params.put("max_len", 5);
params.put("session_id", sessionId);
params.put("batch_sources", Collections.singleton("2025_q4"));
return params;
}