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) => {