problem description
- due to following the Restful API specification, the Get request method is difficult to design interfaces for multi-conditional queries
the environmental background of the problems and what methods you have tried
someone has provided two ways
- http://localhost:8080/app/names?queryDtoStr={"query1":12,"query2":2,"query3":2}
- or request directly using POST
related codes
what result do you expect? What is the error message actually seen?
is there any other way of design? try to follow the Restful API specification