From 21b01a85a8287016c156c38a5a106232cf66bf44 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 10 Nov 2021 23:33:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dpushplus=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/services/notify.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();