提交 eaf23db3 编写于 作者: DCloud_JSON's avatar DCloud_JSON

更新 push 推送结果不再返回给客户端

上级 4ccbc207
...@@ -777,6 +777,7 @@ async function _processPush({ msgData, isMute, appId }) { ...@@ -777,6 +777,7 @@ async function _processPush({ msgData, isMute, appId }) {
} }
} }
console.log('state : ============> ' + state);*/ console.log('state : ============> ' + state);*/
res.data = {} // 不返回给客户端发送结果
} else if (msgData.group_id) { } else if (msgData.group_id) {
// console.error('群聊消息*-----------------',pushParam); // console.error('群聊消息*-----------------',pushParam);
// 如果是群聊则调用sendMsgToGroup云方法,递归发送(500个为用户一批) // 如果是群聊则调用sendMsgToGroup云方法,递归发送(500个为用户一批)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册