diff --git a/server/notification-providers/pushplus.js b/server/notification-providers/pushplus.js index 07ae6a2ba..a26ba176f 100644 --- a/server/notification-providers/pushplus.js +++ b/server/notification-providers/pushplus.js @@ -29,6 +29,7 @@ class PushPlus extends NotificationProvider { "template": "html" }; await axios.post(url, params, config); + return okMsg; } catch (error) { this.throwGeneralAxiosError(error); } diff --git a/src/components/notifications/PushPlus.vue b/src/components/notifications/PushPlus.vue index adf6a32b2..80e47cea0 100644 --- a/src/components/notifications/PushPlus.vue +++ b/src/components/notifications/PushPlus.vue @@ -4,7 +4,7 @@ - https://www.pushplus.plus/ + https://www.pushplus.plus/