2021-08-19
事先准备
- Node.js/Python
- postman
获取request
1 | F12 - network - 右键copy - copy as cURL |
转成js/py脚本
1 | postman - 左上角import - row test - import - 点击右边code - 选择 nodejs-request 或者 python-request |
需要安装request依赖
1 | npm install -save request |
编写shell脚本并发执行
1 |
|
使用crontab定时执行脚本
1 | #每分钟执行一次 |