前端 `wai`

dev/supplier-email-drawer
Lei OT 9 months ago
parent 608d4ab774
commit 396c6a6c28

@ -112,7 +112,7 @@ const InputComposer = ({ channel, currentActive }) => {
const contentToSend = sentMsgTypeMapped[msgObjMerge.type].contentToSend(msgObjMerge);
// console.log('content to send-------------------------------------', contentToSend);
if (channel === 'whatsapp') {
if (channel === 'wai') {
// const waObj = { from: fromIM.replace('+', ''), to: toIM.replace('+', ''), content: msgObj.text, };
await postSendMsg({...contentToSend, externalId: currentConversation.sn || ''});
} else if (channel === 'waba') {

Loading…
Cancel
Save