Administrator
2021-08-21 14df83036ff529bcf8eae9c792b1b8f2a54efaf0
src/api/examapi/applyexam.js
@@ -30,6 +30,16 @@
    })
}
export const cancelApplyNotApplyId = (row) => {
    return request({
        url: '/api/apply/cancelApplyNotApplyId',
        method: 'post',
        data: row
    })
}
export const updateApply = (row) => {
    return request({
        url: '/api/apply/submit',