curl post请求
原创 lido_me 发表于:2021-08-11 19:08:35
  阅读 :186   收藏   编辑
curl 
  	-H "Content-Type: application/json" 
	-X POST 
	-d '{"id": "123"}' 
	"http://127.0.0.1:8080/getUserById"
参数 内容
-H 请求头
-d POST内容
-X 请求协议