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