命令行curl post json

使用curl命令

curl "http://127.0.0.1:9000/recognize/brand" \
-H "Content-Type:application/json" \
-X POST \
-d '{"img":""}'

 

posted @ 2023-05-25 15:24  jason47  阅读(25)  评论(0编辑  收藏  举报