吉安感知网项目-前端
张含笑
2026-01-19 eb0af63e510b5046acc7ba3bc6e1bd1cfff2954e
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,
  })
}