From b4e693137d60f6bb6eb587e2ac67a661fa3fefb6 Mon Sep 17 00:00:00 2001 From: heavyrian2012 Date: Wed, 18 Sep 2024 12:58:49 +0800 Subject: [PATCH] =?UTF-8?q?=E9=B8=BF=E8=92=99=E6=8E=A8=E9=80=81=E8=B7=AF?= =?UTF-8?q?=E5=BE=84=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/cn/wildfirechat/push/PushController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/cn/wildfirechat/push/PushController.java b/src/main/java/cn/wildfirechat/push/PushController.java index aa31686..ef20836 100644 --- a/src/main/java/cn/wildfirechat/push/PushController.java +++ b/src/main/java/cn/wildfirechat/push/PushController.java @@ -30,7 +30,7 @@ public class PushController { return mIOSPushService.push(pushMessage); } - @PostMapping(value = "/hm/push", produces = "application/json;charset=UTF-8") + @PostMapping(value = "/harmony/push", produces = "application/json;charset=UTF-8") public Object hmPush(@RequestBody PushMessage pushMessage) { return hmPushService.push(pushMessage); }