MrShi
2024-11-12 5ec088f7b2c1281a1874ef6ba4e783a64acb8079
company/src/api/business/insuranceApply.js
@@ -181,3 +181,7 @@
        download: true
    })
}
// 查询保单是否可进行加减保
export function getApplyPower (data) {
    return request.post('/business/insuranceApply/getApplyPower', data)
}