From 1ccf1a328bf3357e599237baeadd48f9039863a7 Mon Sep 17 00:00:00 2001 From: "cyril.tsui" Date: Tue, 7 Nov 2023 15:26:46 +0800 Subject: [PATCH] update --- src/pages/pnspsNotifyTest/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/pnspsNotifyTest/index.js b/src/pages/pnspsNotifyTest/index.js index f575a01..a662239 100644 --- a/src/pages/pnspsNotifyTest/index.js +++ b/src/pages/pnspsNotifyTest/index.js @@ -16,7 +16,7 @@ const TestMailPage = () => { }; const doMailTest = () => { - axios.get(host, { + axios.post(host, { tempKey: mail }) .then((response) => {