Administrator
2021-08-10 59eb270f54888f039d93fc8c250309f17209831b
src/api/examapi/applyexam.js
@@ -21,6 +21,15 @@
    })
}
export const cancelApply = (row) => {
    return request({
        url: '/api/apply/cancelApply',
        method: 'post',
        data: row
    })
}
export const updateApply = (row) => {
    return request({
        url: '/api/apply/submit',