feat(aiChat): AI消息点赞与反馈,AI弹窗最大化

This commit is contained in:
dong.ai
2025-12-11 10:08:47 +08:00
committed by joshen
parent 5670120cae
commit bd0f372dc6
8 changed files with 318 additions and 54 deletions

View File

@@ -28,3 +28,9 @@ export function getChatMessages(conversationId) {
export function showCaseAiEntrance() {
return ajax.get('/xboe/m/boe/case/ai/show-entrance')
}
export function likeMsg(data) {
return ajax.postJson('/xboe/m/boe/case/ai/likeMsg',data)
}
export function msgFeedback(data) {
return ajax.postJson('/xboe/m/boe/case/ai/msgFeedback',data)
}