调整开始检测接口

This commit is contained in:
sjl
2025-08-14 15:02:58 +08:00
parent b1ddf540ca
commit 83c8dc5f19
9 changed files with 90 additions and 40 deletions

View File

@@ -40,3 +40,8 @@ export const resumeTest = (params) => {
export const contrastTest = (params: any) => {
return http.post(`/prepare/startContrastTest`,params)
}
export const getContrastTestNumInfo = (id: string) => {
return http.get(`/prepare/getContrastTestNumInfo?planId=${id}`)
}