spring
6 天以前 ab89c48fc0ebdbf12e2269431d9701edd10209b1
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,