lohir
2024-10-24 7d068e81ea1d88f708f096ea62c769452385612e
src/api/platform/threshold.js
@@ -85,3 +85,16 @@
    data: data
  })
}
// 导入
export function importData(data) {
  return request({
    url: '/threshold/import',
    method: 'post',
    data: data,
    headers: {
      'Content-Type': 'multipart/form-data'
    },
    timeout: 150000
  })
}