From 403ca61550a57a6d5e6925cddf276f513894e754 Mon Sep 17 00:00:00 2001 From: DCloud_JSON Date: Tue, 7 May 2024 17:28:59 +0800 Subject: [PATCH] Update push.js --- uniCloud/cloudfunctions/uni-im-co/push.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uniCloud/cloudfunctions/uni-im-co/push.js b/uniCloud/cloudfunctions/uni-im-co/push.js index 3c9c1ed..da03740 100644 --- a/uniCloud/cloudfunctions/uni-im-co/push.js +++ b/uniCloud/cloudfunctions/uni-im-co/push.js @@ -80,7 +80,7 @@ async function sendPushMsg(param, appId) { } } if (noPushOffline) { - console.error('uni-im特殊消息,默认不走厂商通道,只走个推通道') + // console.error('uni-im特殊消息,默认不走厂商通道,只走个推通道') pushParam.settings.strategy = { "default": 3 } -- GitLab