【代码评审】商城:完善 MemberInfo.vue 的注释

This commit is contained in:
YunaiV
2024-11-05 09:50:47 +08:00
parent d3f3044655
commit 6f5cc3248f
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ export const KeFuMessageApi = {
url: '/promotion/kefu-message/update-read-status?conversationId=' + conversationId
})
},
// 获得消息数据
// 获得消息列表(流式加载)
getKeFuMessageList: async (params: any) => {
return await request.get({ url: '/promotion/kefu-message/list', params })
}