Administrator
2021-08-11 92d0cf73df170131eba84490d875bc954eb7a708
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
        }
    })
}