From eaf23db3a46c8b8053a8144ba3dc210682664c82 Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Fri, 10 May 2024 19:18:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20push=20=E6=8E=A8=E9=80=81?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E4=B8=8D=E5=86=8D=E8=BF=94=E5=9B=9E=E7=BB=99?= =?UTF-8?q?=E5=AE=A2=E6=88=B7=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uniCloud/cloudfunctions/uni-im-co/msg.js | 1 + 1 file changed, 1 insertion(+) diff --git a/uniCloud/cloudfunctions/uni-im-co/msg.js b/uniCloud/cloudfunctions/uni-im-co/msg.js index 3557c27..8da874c 100644 --- a/uniCloud/cloudfunctions/uni-im-co/msg.js +++ b/uniCloud/cloudfunctions/uni-im-co/msg.js @@ -777,6 +777,7 @@ async function _processPush({ msgData, isMute, appId }) { } } console.log('state : ============> ' + state);*/ + res.data = {} // 不返回给客户端发送结果 } else if (msgData.group_id) { // console.error('群聊消息*-----------------',pushParam); // 如果是群聊则调用sendMsgToGroup云方法,递归发送(500个为用户一批) -- GitLab