k94314517
2025-05-28 a43f9d75a9e0ba2720b3c438a0c5ece7be0eb110
company/src/api/business/insuranceApply.js
@@ -185,3 +185,8 @@
export function getApplyPower (data) {
    return request.post('/business/insuranceApply/getApplyPower', data)
}
// 投保复审
export function reexamineCheck (data) {
    return request.post('/business/insuranceApply/reexamineCheck', data)
}