MrShi
2025-05-26 daf76fb0807550f6e49545e10603a29e414f3b84
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)
}