This commit is contained in:
caozehui
2025-08-19 09:37:42 +08:00
parent e938c6b3d9
commit dc6a346fd4
3 changed files with 1 additions and 44 deletions

View File

@@ -40,8 +40,3 @@ 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}`)
}