Authorization: Bearer ********************
curl --location --request GET 'http://10.12.186.133:30924/data-govern/ba_att/drhoBaseList' \
--header 'Authorization;'
{
"code": 0,
"msg": "",
"data": [
{
"name": "",
"loc": "",
"unitName": "",
"x": 0.0,
"y": 0.0,
"geom": ""
}
]
}