2025-01-06 09:21:24 +08:00
|
|
|
import http from "@/api";
|
|
|
|
|
|
2025-01-08 11:40:12 +08:00
|
|
|
//系数校准发送基本信息
|
|
|
|
|
export const getCoefficientCheck = (params: any) => {
|
2025-02-26 15:56:03 +08:00
|
|
|
return http.post(`/prepare/coefficientCheck`, params,{loading: false})
|
2025-01-08 11:40:12 +08:00
|
|
|
}
|