提交 db5bf8c6 编写于 作者: fxy060608's avatar fxy060608

feat(app): createPushMessage

上级 eaa16d12
...@@ -71,7 +71,7 @@ export function createPushMessage (params, callbackId) { ...@@ -71,7 +71,7 @@ export function createPushMessage (params, callbackId) {
const setting = getAppAuthorizeSetting() const setting = getAppAuthorizeSetting()
if (setting.notificationAuthorized !== 'authorized') { if (setting.notificationAuthorized !== 'authorized') {
return invoke(callbackId, { return invoke(callbackId, {
errMsg: 'createPushMessage:fail ' + setting.notificationAuthorized errMsg: 'createPushMessage:fail notificationAuthorized: ' + setting.notificationAuthorized
}) })
} }
const options = Object.assign({}, params) const options = Object.assign({}, params)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册