import type { Device } from '@/api/device/interface/device' import http from '@/api' export const startTest = (params) => { return http.post(`/prepare/startTest`, params,{ loading: false }) }