curl 发送post请求curl -X POST "http://localhost:8080/usr3?id=1&name=3&departmentId=2"或者curl http://localhost:8080/usr3 -d "id=1&name=aa&departmentId=1"