1
wwl
2025-01-02 739890adf0d1156ee66151ef0fdd49c8ac810fb4
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
  })