ZhangXianQiang
2024-03-12 05e80f0a0531e3b3d10836599f63189af0ee0524
src/api/platform/point.js
@@ -26,6 +26,15 @@
  })
}
// 新增运维点位-批量
export function addPointBatch(data) {
  return request({
    url: '/yw-point/batch',
    method: 'post',
    data: data
  })
}
// 修改运维点位
export function updatePoint(data) {
  return request({