Files
pqs-9100_client/frontend/src/api/home/channelsTest/index.ts

6 lines
175 B
TypeScript
Raw Normal View History

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) => {
return http.post(`/prepare/coefficientCheck`, params)
}