import http from "@/utils/request.js"; // 获取地图中心点 export const getMapCenterPoint_Api = (params) => http.get('/h5/biz/map/getCenterPoint') // 获取地图列表 export const getMapList_Api = (params) => http.get('/h5/biz/map/list' , params)