码迷,mamicode.com
首页 > Web开发 > 详细

curl常用传参方式

时间:2018-04-04 18:18:57      阅读:911      评论:0      收藏:0      [点我收藏+]

标签:方式   post方法   ddr   ddd   tail   html   lin   body   detail   

1.传header参数
curl --header ‘Token:40d7c342c110414888cc2a0e1284c636‘ "127.0.0.1/api/user/baseInfo"
或者
curl -H ‘Token:40d7c342c110414888cc2a0e1284c636‘ "127.0.0.1/api/user/baseInfo"

2.通过Get方法请求:
curl "127.0.0.1/api/mobile/getPvHtml"

3.通过post方法请求
curl -d ‘name=yyy&mobile=17782376789&detail_address=ddd‘ "127.0.0.1/api/mobile/memberRecommend"

更多详见:http://blog.51yip.com/linux/1049.html 

curl常用传参方式

标签:方式   post方法   ddr   ddd   tail   html   lin   body   detail   

原文地址:https://www.cnblogs.com/ryanlamp/p/8718097.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!