Authorization: Bearer ********************curl --location --request GET 'http://10.12.186.133:30924/hub/getMapInfo?objectName=杨庄水库&objectType=水库' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": null,
"data": {
"x": 117.4174059497042,
"y": 40.16495771580678
},
"ok": true
}