调整开始检测接口
This commit is contained in:
@@ -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}`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user