修改 appid 为 718的
This commit is contained in:
@@ -22,10 +22,10 @@
|
|||||||
// return {}
|
// return {}
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// 简单的使用示例
|
// 简单的使用示例 appId: "__UNI__4C459F4"
|
||||||
'use strict';
|
'use strict';
|
||||||
const uniPush = uniCloud.getPushManager({
|
const uniPush = uniCloud.getPushManager({
|
||||||
appId: "__UNI__4C459F4"
|
appId: "__UNI__0B682E1"
|
||||||
})
|
})
|
||||||
exports.main = async (event) => {
|
exports.main = async (event) => {
|
||||||
console.log(event)
|
console.log(event)
|
||||||
|
|||||||
Reference in New Issue
Block a user