修改 appid 为 718的

This commit is contained in:
xuli3099
2025-09-11 13:44:56 +08:00
parent 612de69d7b
commit afdb3cb724

View File

@@ -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)