lkk
2024-12-31 b6a8dc4f0f93ba6628b41cf801e2a899672eecce
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
  })