From afdb3cb7248cc8a912544b9ab3f6f92f8df6654c Mon Sep 17 00:00:00 2001 From: xuli3099 Date: Thu, 11 Sep 2025 13:44:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20appid=20=E4=B8=BA=20718?= =?UTF-8?q?=E7=9A=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- uniCloud-aliyun/cloudfunctions/testUnipush2/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uniCloud-aliyun/cloudfunctions/testUnipush2/index.js b/uniCloud-aliyun/cloudfunctions/testUnipush2/index.js index 4666fc4..a12e975 100644 --- a/uniCloud-aliyun/cloudfunctions/testUnipush2/index.js +++ b/uniCloud-aliyun/cloudfunctions/testUnipush2/index.js @@ -22,10 +22,10 @@ // return {} // }; -// 简单的使用示例 +// 简单的使用示例 appId: "__UNI__4C459F4" 'use strict'; const uniPush = uniCloud.getPushManager({ - appId: "__UNI__4C459F4" + appId: "__UNI__0B682E1" }) exports.main = async (event) => { console.log(event)