diff --git a/back/services/notify.ts b/back/services/notify.ts index de0d81f6..404a2bce 100644 --- a/back/services/notify.ts +++ b/back/services/notify.ts @@ -302,7 +302,7 @@ export default class NotificationService { token: `${pushPlusToken}`, title: `${this.title}`, content: `${this.content.replace(/[\n\r]/g, '
')}`, - topic: `${pushPlusUser}`, + topic: `${pushPlusUser || ''}`, }, }) .json();