Administrator
2021-08-21 a2e6ef22cc74bdff9d54f986f6e1de7f1b9559ff
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',