【新增】:mall 客服实现 emoji 表情选择和消息发送

This commit is contained in:
puhui999
2024-07-02 16:45:32 +08:00
parent 1abfec766e
commit 9c05ff35db
4 changed files with 151 additions and 189 deletions

View File

@ -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
})