fix: 推送错误

dev/RoosterEditor
Lei OT 5 months ago
parent 868a6441c9
commit 2dd356ab3b

@ -542,6 +542,7 @@ export const receivedMsgTypeMapped = {
contentToRender: () => null,
contentToUpdate: (msgcontent) => {
if (isEmpty(msgcontent)) return null;
if (isEmpty(msgcontent.error)) return null;
let apiErrorCode,
apiErrorMsg = '';
const waCode = msgcontent.error.message.match(/\(#(\d+)\)/);

Loading…
Cancel
Save