Administrator
2021-08-12 85e31ab46cfa76de986e6084e7e4dfda35ac98e6
src/api/examapi/applyexam.js
@@ -74,4 +74,15 @@
            id,
        }
    })
}
export const getSecurityApplyInfo = (id, userId) => {
    return request({
        url: '/api/apply/getSecurityApplyDetail',
        method: 'get',
        params: {
            id,
            userId
        }
    })
}