解决完成感谢大家帮助我
我无法使用真正的 REST 服务器进行测试,但我可以建议这段代码。
它基于您的图像和代码。
const resp = await axios.post(URI,
new URLSearchParams({
'condition': 'condition',
'nextButton': 'Effectuer une demande de rendez vous'
}),
{
headers:
{
'Content-Type': 'application/x-www-form-urlencoded'
}
})