mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-11 03:46:50 +08:00
案例专家:userId更换成code
This commit is contained in:
@@ -92,7 +92,7 @@ public class CaseAiChatServiceImpl implements ICaseAiChatService {
|
|||||||
String conversationId = getOrCreateConversationId(caseAiChatDto, currentUser);
|
String conversationId = getOrCreateConversationId(caseAiChatDto, currentUser);
|
||||||
|
|
||||||
// 3. 构建请求参数
|
// 3. 构建请求参数
|
||||||
String userId = currentUser.getAccountId();
|
String userId = currentUser.getCode();
|
||||||
String kId = caseAiProperties.getCaseKnowledgeId();
|
String kId = caseAiProperties.getCaseKnowledgeId();
|
||||||
JSONObject chatParam = new JSONObject();
|
JSONObject chatParam = new JSONObject();
|
||||||
chatParam.put("userId", userId);
|
chatParam.put("userId", userId);
|
||||||
|
|||||||
Reference in New Issue
Block a user