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