mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-15 03:15:07 +08:00
【新增】:mall 客服实现 emoji 表情选择和消息发送
This commit is contained in:
@ -51,7 +51,7 @@ export interface KeFuMessageRespVO {
|
||||
export const KeFuMessageApi = {
|
||||
// 发送客服消息
|
||||
sendKeFuMessage: async (data: any) => {
|
||||
return await request.put({
|
||||
return await request.post({
|
||||
url: '/promotion/kefu-message/send',
|
||||
data
|
||||
})
|
||||
|
Reference in New Issue
Block a user