- 积分
- 329
- 金钱
- 265
- 威望
- 0
- 贡献
- 0
- HASS币
- 0
中级会员
- 积分
- 329
- 金钱
- 265
- HASS币
- 0
|
这是个通知停水的nr流
链接:weixin.yjsswjt.com
请求头:
POST /ArticleHandle/GetAllByType.ashx HTTP/1.1
Host: weixin.yjsswjt.com
Connection: keep-alive
Content-Length: 40
Accept: application/json, text/javascript, */*; q=0.01
X-Requested-With: XMLHttpRequest
User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; ONEPLUS A3010 Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36 XWEB/1160065 MMWEBSDK/20231202 MMWEBID/6562 MicroMessenger/8.0.47.2560(0x28002F35) WeChat/arm64 Weixin NetType/WIFI Language/zh_CN ABI/arm64
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Origin: http://weixin.yjsswjt.com
Referer: http://weixin.yjsswjt.com/Static/StopWaterNotice.html
Accept-Encoding: gzip, deflate
Accept-Language: zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7
请求参数:
type=StopWater&flag=true&index=10&page=0
我的NR流:
[{"id":"6ed9a0705ba0e2e2","type":"debug","z":"f98c2b4faf025d2e","name":"debug 1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":740,"y":200,"wires":[]},{"id":"f8ea0fc97d03ff04","type":"http request","z":"f98c2b4faf025d2e","name":"","method":"POST","ret":"txt","paytoqs":"ignore","url":"https://weixin.yjsswjt.com/ArticleHandle/GetAllByType.ashx","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"","senderr":false,"headers":[{"keyType":"Content-Type","keyValue":"","valueType":"other","valueValue":"application/x-www-form-urlencoded; charset=UTF-8"},{"keyType":"Accept","keyValue":"","valueType":"other","valueValue":"application/json, text/javascript, */*; q"},{"keyType":"Accept-Encoding","keyValue":"","valueType":"other","valueValue":"gzip, deflate"},{"keyType":"Accept-Language","keyValue":"","valueType":"other","valueValue":"zh-CN,zh;q"},{"keyType":"User-Agent","keyValue":"","valueType":"other","valueValue":"Mozilla/5.0 (Linux; Android 8.0.0; ONEPLUS A3010 Build/OPR1.170623.032; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/116.0.0.0 Mobile Safari/537.36 XWEB/1160065 MMWEBSDK/20231202 MMWEBID/6562 MicroMessenger/8.0.47.2560(0x28002F35) WeChat/arm64 Weixin NetType/WIFI Language/zh_CN ABI/arm64"},{"keyType":"other","keyValue":"Content-Length","valueType":"other","valueValue":"40"},{"keyType":"other","keyValue":"Host","valueType":"other","valueValue":"weixin.yjsswjt.com"},{"keyType":"other","keyValue":"Origin","valueType":"other","valueValue":"http://weixin.yjsswjt.com"},{"keyType":"other","keyValue":"Referer","valueType":"other","valueValue":"http://weixin.yjsswjt.com/Static/StopWaterNotice.html"}],"x":520,"y":200,"wires":[["6ed9a0705ba0e2e2"]]},{"id":"c59d66a2ed950942","type":"inject","z":"f98c2b4faf025d2e","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":150,"y":200,"wires":[["0d3cebd6ed032b20"]]},{"id":"0d3cebd6ed032b20","type":"function","z":"f98c2b4faf025d2e","name":"准备post数据","func":"msg.payload = {\n 'type': 'StopWater',\n 'flag': 'true',\n 'index': '10',\n 'page': '0'\n};\nreturn msg;\n","outputs":1,"timeout":"","noerr":0,"initialize":"","finalize":"","libs":[],"x":330,"y":200,"wires":[["f8ea0fc97d03ff04"]]}]
报错,请问请求参数和变量应该如何填写?
|
|