ESSAY / NOTE

linux使用curl发送get/post请求

curl -d "type=1" -X POST http://127.0.0.1:3000
curl http://127.0.0.1:3000