feat:聊天新增ai
This commit is contained in:
@@ -21,4 +21,12 @@ export function sendGroupMessage(data) {
|
||||
method: "get"
|
||||
});
|
||||
}
|
||||
|
||||
export function sendAiChat(data) {
|
||||
return request({
|
||||
url: "/ai-chat/chat",
|
||||
method: "post",
|
||||
data
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user