mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-02-08 14:44:58 +08:00
【优化】修改对话Id类型
This commit is contained in:
parent
dbca077f31
commit
934d5e7ca8
@ -25,7 +25,7 @@ export interface ChatMessageSendVO {
|
||||
// AI chat 聊天
|
||||
export const ChatMessageApi = {
|
||||
// 消息列表
|
||||
messageList: async (conversationId: number | null) => {
|
||||
messageList: async (conversationId: string | null) => {
|
||||
return await request.get({
|
||||
url: `/ai/chat/message/list-by-conversation-id?conversationId=${conversationId}`
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user