import http from "@/api"; export const getCheckItemDetail = (params: { deviceId: string, chnNum: number, checkItemId?: string }) => { return http.post("/check/test/detail/", params, {loading: false}); }