Authorization: Bearer ********************curl --location 'http://10.12.186.133:30924/hub/getMapInfo?objectName=%E6%9D%A8%E5%BA%84%E6%B0%B4%E5%BA%93&objectType=%E6%B0%B4%E5%BA%93' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"msg": null,
"data": {
"x": 117.4174059497042,
"y": 40.16495771580678
},
"ok": true
}