curl 发送post请求

1. curl 发送post请求

curl http://127.0.2.1:5353/user/get_macro_data -X POST -d '{"num": "7"}' --header "Content-Type: application/json"

 

2.curl 发送post请求 json文件

curl -H "Content-Type: application/json" -X POST -d @/tmp/test.json http://192.168.0.5:8000/api/v1/idphotodetect

 

posted on 2020-06-04 14:04  星河赵  阅读(2624)  评论(0编辑  收藏  举报

导航