version 1.34, 2024/03/28 20:06:56 |
version 1.35, 2024/03/28 20:10:52 |
Line 59 fetch('/feedbk/', { |
|
Line 59 fetch('/feedbk/', { |
|
'Content-Type': 'application/json' |
'Content-Type': 'application/json' |
}, |
}, |
body: JSON.stringify({ "cfem": "a@b.ru", "cfsu" : "subject", "cfme" : "message", "cfto" : "token" }) |
body: JSON.stringify({ "cfem": "a@b.ru", "cfsu" : "subject", "cfme" : "message", "cfto" : "token" }) |
}) |
}); |
// .then(response => response.json()) |
// .then(response => response.json()) |
// .then(response => console.log(JSON.stringify(response))) |
// .then(response => console.log(JSON.stringify(response))) |
.then(re => response.text()); |
console.log(response.text()); |
console.log(re); |
|
|
|
|
|
}, |
}, |