huminmin
4 天以前 12808fdd0d17f2fdf423e9e2db202e514977cee1
src/api/basicData/customer.js
@@ -26,6 +26,14 @@
    })
}
export function shareCustomer(data) {
    return request({
        url: '/basic/customer/together',
        method: 'post',
        data: data
    })
}
export function getCustomer(id) {
    return request({
        url: '/basic/customer/' + id,