CURL
发送GET请求
curl -H "Accept:application/json" http://localhost:2222/home/hello
发送POST
curl -v -x POST -H "Accept:application/json" -H "Content-type:application/json" http://localhost:2222/home/group/portrait "{"company":{}}"
curl -H "Accept:application/json" http://localhost:2222/home/hello
curl -v -x POST -H "Accept:application/json" -H "Content-type:application/json" http://localhost:2222/home/group/portrait "{"company":{}}"