MrShi
2024-11-12 5ec088f7b2c1281a1874ef6ba4e783a64acb8079
company/src/api/business/company.js
@@ -55,3 +55,13 @@
export function updateSolutions (data) {
    return request.post('/business/company/updateSolutions', data)
}
// 查询当前企业进行集团申请可以申请的企业
export function findAllCompanyList (data) {
    return request.post('/business/company/findAllCompanyList', data)
}
// 发起签署
export function getSignLink (id) {
    return request.get(`/business/companySolution/getSignLink?id=${id}`)
}