forked from zhba/zhba_enterprises
src/api/examapi/applyexam.js @@ -75,3 +75,14 @@ } }) } export const getSecurityApplyInfo = (id, userId) => { return request({ url: '/api/apply/getSecurityApplyDetail', method: 'get', params: { id, userId } }) }