zhanghua
2025-06-23 4049531e168e3abd88c1c7809c4350424622cd8e
manager/src/api/customer.js
@@ -78,3 +78,9 @@
  })
}
export const getCustomerInfo= (params) =>{
  return service({
    url: '/customerManager/'+ params,
    method: 'GET'
  })
}