mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-21 00:36:44 +08:00
feat(aiChat): AI消息点赞与反馈,AI弹窗最大化
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user