预见测代码
This commit is contained in:
@@ -2,6 +2,11 @@ import type { Device } from '@/api/device/interface/device'
|
||||
import http from '@/api'
|
||||
|
||||
|
||||
export const startTest = (params) => {
|
||||
return http.post(`/prepare/startTest`, params,{ loading: false })
|
||||
export const startProTest = (params) => {
|
||||
return http.post(`/prepare/startPreTest`, params,{ loading: false })
|
||||
}
|
||||
|
||||
|
||||
export const closePreTest = (params) => {
|
||||
return http.post(`/prepare/closePreTest`, params,{ loading: false })
|
||||
}
|
||||
Reference in New Issue
Block a user