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