[
{
"id": "d11c66d6d37afeef",
"type": "tab",
"label": "流程 1",
"disabled": false,
"info": "",
"env": []
},
{
"id": "7453af090c58e69a",
"type": "inject",
"z": "d11c66d6d37afeef",
"name": "",
"props": [
{
"p": "payload"
},
{
"p": "topic",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 450,
"y": 360,
"wires": [
[
"72c618d9eee4a9a8"
]
]
},
{
"id": "72c618d9eee4a9a8",
"type": "function",
"z": "d11c66d6d37afeef",
"name": "url和payload",
"func": "msg.headers ={\n}\n\nmsg.url="输入http地址";\nmsg.payload={"输入payload变量"}\nreturn msg;",
"outputs": 1,
"noerr": 3,
"initialize": "",
"finalize": "",
"libs": [],
"x": 610,
"y": 360,
"wires": [
[
"7f4f73af445e4f23"
]
]
},
{
"id": "7f4f73af445e4f23",
"type": "http request",
"z": "d11c66d6d37afeef",
"name": "",
"method": "POST",
"ret": "obj",
"paytoqs": "ignore",
"url": "",
"tls": "",
"persist": false,
"proxy": "",
"authType": "",
"senderr": false,
"x": 780,
"y": 360,
"wires": [
[]
]
}
]