get
curl 'http://127.0.0.1:8090/customer/get?param=1'
post
curl -X POST -H "Content-Type:application/json" -d '{"param": "1","param2": "2"}' 'http://127.0.0.1:8090/customer/add'
get
curl 'http://127.0.0.1:8090/customer/get?param=1'
post
curl -X POST -H "Content-Type:application/json" -d '{"param": "1","param2": "2"}' 'http://127.0.0.1:8090/customer/add'