:
================================================================================ 因为国内网络及google配额问题,用腾讯地图api 建议在linux/mac 下运行该服务
curl 'localhost:8080/order' -d '
{
"origin": ["39.983171", "116.308479"],
"destination": ["39.99606", "116.353455"]
}'
curl -X PUT 'localhost:8080/order/10' -d '
{
"status":"taken"
}'
curl 'localhost:8080/orders?page=1&limit=5'