zss
4 天以前 bd7d4f9e1c7e09723d9eb35be324545d66718b2a
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,