peng
2025-07-09 c1e78b9425374025fad98dfc9ac735f8ae4a8bbd
manager/src/api/customer.js
@@ -78,3 +78,9 @@
  })
}
export const getCustomerInfo= (params) =>{
  return service({
    url: '/customerManager/'+ params,
    method: 'GET'
  })
}