liuyg
2021-08-26 942c56e44f51dbc3a9ac40db9b7a2d03b68eb6cd
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',