📅  最后修改于: 2022-03-11 15:03:00.254000             🧑  作者: Mango
axios.post(
'https://example.com/postSomething',
{ // this is the body
email: varEmail,
password: varPassword
},
{
headers: {
Authorization: 'Bearer ' + varToken
}
})