Skip to content

Commit a0b2c94

Browse files
Peter_TanRock-520
authored andcommitted
fix: 调整拉取消息接口
1 parent 8dfd19f commit a0b2c94

File tree

1 file changed

+1
-1
lines changed
  • frontend/magic-web/src/opensource/pages/superMagic/utils

1 file changed

+1
-1
lines changed

frontend/magic-web/src/opensource/pages/superMagic/utils/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export const getMessagesByConversationId = async ({
132132
page_token?: string
133133
}): Promise<any> => {
134134
return magicClient.post(
135-
`/api/v2/magic/conversations/${conversation_id}/message/queries`,
135+
`/api/v1/im/conversations/${conversation_id}/messages/queries`,
136136
{
137137
limit,
138138
order,

0 commit comments

Comments
 (0)