let options = { cover: true, // 覆盖上次 when: new Date(), title: '通知消息', } let body = { id: 'id', key2: 'key2', } let payload = JSON.stringify(body) plus.push.createMessage("消息内容", payload, options)
网友回复
let options = { cover: true, // 覆盖上次 when: new Date(), title: '通知消息', } let body = { id: 'id', key2: 'key2', } let payload = JSON.stringify(body) plus.push.createMessage("消息内容", payload, options)
网友回复