CURL 发送POST请求

https://blog.csdn.net/iss_jin/article/details/121807744


CURL 发送POST请求

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 请求协议



curl -H "Content-Type: application/json" -X POST -d  '{}'   http://10.191.166.113:9083/kmd_open/kmd_open/LostLibrary/publishKnowlege