liuyg
2021-09-03 fb591d893e7cdeb3efea4678cf99bf14baf6733e
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',