curl 代理访问

curl -x 10.200.33.113:8443  -l   -H "Content-type: application/json" -X POST -d '{"cinemaCode":"5101","sessionId":"460"}'  http://test.api.cfilmcloud.cn/info/sessionseat

-x : 代理服务器

-H: 表头协议

-d: 数据

猜你喜欢

转载自jickcai.iteye.com/blog/2378707