吉安感知网项目-前端
张含笑
2026-04-15 a2d4180995bdc31897e1a6ef4486a286a0d1b281
1
2
3
4
5
6
7
8
9
import request from '@/axios';
// 更新图斑数据
export const sdfwUpdate = params => {
  return request({
    url: `/drone-device-core/patches/api/v1/Patches/sdfwUpdate`,
    method: 'put',
    data: params,
  })
}