huminmin
18 小时以前 7b2b3bb85db79bafe2132f4708688cfe8c7c1c95
src/api/basicData/customer.js
@@ -26,6 +26,22 @@
    })
}
// 流入公海
export function backCustomer(id) {
    return request({
        url: '/basic/customer/back/' + id,
        method: 'post'
    })
}
export function shareCustomer(data) {
    return request({
        url: '/basic/customer/together',
        method: 'post',
        data: data
    })
}
export function getCustomer(id) {
    return request({
        url: '/basic/customer/' + id,