curl命令总结

curl方式post请求
curl -A "" -X "POST" "http://xxx.com/api/" -H "Content-Type: application/x-www-form-urlencoded; charset=utf-8" --data-urlencode "hid=hid" --data-urlencode "type=1"
 
posted @ 2017-12-27 18:35  hiwen  阅读(121)  评论(0编辑  收藏  举报