标签:curl post json 数据 在linux平台下命令
curl -H "Content-Type:application/json" -X POST --data ‘{"name":"admin","password":"21232f297a57a5a743894a0e4a801fc3"}‘ http://192.168.5.124:7500/resource_manager/user/login
curl -H "Content-Type: application/json" -X POST --data ‘{"data":"1"}‘ http://127.0.0.1/
标签:curl post json 数据 在linux平台下命令
原文地址:http://fzghjx.blog.51cto.com/10308448/1866712