curl常用用法

1. 用curl发送post请求

curl -H "Content-type: application/json" -X POST -d '{"id":100}' 172.20.175.101:8187/debuginfo/upload

猜你喜欢

转载自www.cnblogs.com/anhongyu/p/12727434.html