diff --git a/packages/uni-app-plus/dist/index.v3.js b/packages/uni-app-plus/dist/index.v3.js index c018e56cda61287a48877a8fc4958834f225faca..167a2ecc33337080c152d4b56c44bed2c1690789 100644 --- a/packages/uni-app-plus/dist/index.v3.js +++ b/packages/uni-app-plus/dist/index.v3.js @@ -8500,7 +8500,7 @@ var serviceContext = (function () { const setting = getAppAuthorizeSetting(); if (setting.notificationAuthorized !== 'authorized') { return invoke$1(callbackId, { - errMsg: 'createPushMessage:fail ' + setting.notificationAuthorized + errMsg: 'createPushMessage:fail notificationAuthorized: ' + setting.notificationAuthorized }) } const options = Object.assign({}, params);