cyril.tsui 1 год назад
Родитель
Сommit
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) => {


Загрузка…
Отмена
Сохранить