gaoluyang
3 天以前 b38d2a458d9b027c25c2c012be515a0ab5cb9480
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,