【功能完善】商城客服: 消息获取改为游标查询

This commit is contained in:
puhui999
2024-11-04 17:59:30 +08:00
parent ce3380fa3f
commit 70abc5fc17
3 changed files with 56 additions and 20 deletions

View File

@@ -29,8 +29,8 @@ export const KeFuMessageApi = {
url: '/promotion/kefu-message/update-read-status?conversationId=' + conversationId
})
},
// 获得消息分页数据
getKeFuMessagePage: async (params: any) => {
return await request.get({ url: '/promotion/kefu-message/page', params })
// 获得消息数据
getKeFuMessageList: async (params: any) => {
return await request.get({ url: '/promotion/kefu-message/list', params })
}
}