12
wwl
2025-01-02 ab91bbc86844f8452d27c5d0405b9011b685c10f
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
  })