k94314517
2025-05-20 e70eb0a8b1330eacd21ce17478f04fde3b8f7939
company/src/api/business/insuranceApply.js
@@ -181,3 +181,12 @@
        download: true
    })
}
// 查询保单是否可进行加减保
export function getApplyPower (data) {
    return request.post('/business/insuranceApply/getApplyPower', data)
}
// 投保复审
export function reexamineCheck (data) {
    return request.post('/business/insuranceApply/reexamineCheck', data)
}