1
wwl
2025-01-03 416b4ef820586a62b136d77fa0ccc185f173b5b9
src/api/hosp/customer.js
@@ -3,7 +3,7 @@
// 查询客户信息列表
export function listCustomer(query) {
  return request({
    url: '/hosp/customer/list',
    url: '/hosp/customer/getcusList',
    method: 'get',
    params: query
  })