Linux网络笔记 KKKPSJKEY 收录于 Operation 笔记 2021-11-22 约 47 字 预计阅读 1 分钟 次阅读 目录 CURL 发送POST请求 CURL 发送POST请求 1 2 3 4 curl -H "Content-Type: application/json" -X POST -d '{"user_id": "123", "coin":100, "success":1, "msg":"OK!" }' "http://192.168.0.1:8001/test" 参数 内容 -H 请求头 -d POST内容 -X 请求协议 Please enable JavaScript to view the comments powered by Valine.