瀏覽代碼

update

master
cyril.tsui 1 年之前
父節點
當前提交
1ccf1a328b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/pages/pnspsNotifyTest/index.js

+ 1
- 1
src/pages/pnspsNotifyTest/index.js 查看文件

@@ -16,7 +16,7 @@ const TestMailPage = () => {
};

const doMailTest = () => {
axios.get(host, {
axios.post(host, {
tempKey: mail
})
.then((response) => {


Loading…
取消
儲存