shuishen
2021-08-13 b6dd47e1fa3b748c62210e9a70413feb3bcecf4e
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
        }
    })
}