| | |
| | | * @param {*} body |
| | | * @returns |
| | | */ |
| | | export const setThermalCurrentPaletteStyle = (deviceSn, workspaceId, body) => { |
| | | export const setThermalCurrentPaletteStyle = (deviceSn, workspaceId, param) => { |
| | | return request({ |
| | | // /manage/api/v1/devices/selectDevicePage |
| | | // url: `/localApi/manage/api/v1/devices/${workspaceId}/devices/${deviceSn}/setThermalCurrentPaletteStyle`, |
| | | url: `/drone-device-core/manage/api/v1/devices/${workspaceId}/devices/${deviceSn}/setThermalCurrentPaletteStyle`, |
| | | method: 'put', |
| | | body, |
| | | data: param, |
| | | }) |
| | | } |