吉安感知网项目-前端
shuishen
2026-01-14 052d0e8bd9c1d8e0d243a166bedf761fc5a7a891
applications/mobile-web-view/src/api/map/address.js
@@ -14,3 +14,17 @@
    data
  })
}
/**
 * @description: 获取空域详情 吉安项目
 * @param {*} data :{
 *  id:string 空域id
 * }
 * @return {*} Promise
 */
export const getAirspaceDetail = (data) => {
  return request({
    url: `/webservice/flightAirspace/pageInfo`,
    method: 'post',
    data
  })
}