浏览代码

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


正在加载...
取消
保存