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