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   星河赵  阅读(2652)  评论(0编辑  收藏  举报

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示