k94314517
2025-05-19 16e8c7adbee6c9ee9bac09a80d44d3bfd3fe2f0c
company/src/api/business/unionApply.js
@@ -43,3 +43,8 @@
export function getById (id) {
    return request.get(`/business/unionApply/${id}`)
}
// 投保复审
export function reexamineCheck (data) {
    return request.post('/business/unionApply/reexamineCheck', data)
}