Administrator
2022-01-10 b752b7b4e3ec1eac6c01c036ce68e55a5bddc7ed
src/api/examapi/examination.js
@@ -45,4 +45,12 @@
        method: 'post',
        data: row
    })
}
export const applyConfirm = (row) => {
    return request({
        url: '/api/exampaper/applyConfirm',
        method: 'post',
        data: row
    })
}