feat: 处理在非Web线程中获取Request中token失败的问题;

This commit is contained in:
likunlong
2025-08-19 17:39:20 +08:00
committed by Administrator
parent 359cee28d5
commit c43d4784de
4 changed files with 15 additions and 3 deletions

View File

@@ -77,4 +77,9 @@ public class ChatRequest {
*/
private Boolean autoSelectModel;
/**
* 会话令牌为避免在非Web线程中获取Request入口处注入
*/
private String token;
}