📅  最后修改于: 2022-03-11 15:02:21.012000             🧑  作者: Mango
msg.headers = {};
msg.headers={
'Authorization': 'whatever',
'Content-Type': 'application/x-www-form-urlencoded'
};
msg.payload = {};
msg.payload={
'key': 'whatever_value'
};
return msg