目录

Curl

资源

常用参数

-X 指定请求方法,如:-X POST
–header/-H 添加 HTTP 请求的标头,如 -H “content-type: application/json”
-d/–data 添加请求体,如 -d '{“a”:“b”}'