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
原文地址:https://www.cnblogs.com/ryanlamp/p/8718097.html
时间: 2024-10-04 19:07:12