{"conf":[]}
curl --location --request POST '/api/v1/map/getConfInfo' \
--header 'Content-Type: application/json' \
--data-raw '{"conf":[]}'
{
"code": 200,
"reason": "SUCCESS",
"message": "操作成功",
"data": {
"conf": {
"map_ak": "edfe35a01b95be19a3d01935fcf14000",
"map_center": "[122.129205465317, 37.5184062002491]",
"map_extent": "[72.004, 0.8293, 137.8347, 55.8271]",
"map_max_zoom": "18",
"map_min_zoom": "5",
"map_resolution": "4.777314267823516",
"map_tile_projection": "EPSG:3857",
"map_tile_server": "https://ar110.aryun.com/maps/{z}/{x}/{y}.png",
"map_type": "1",
"map_view_projection": "EPSG:3857"
}
}
}