qx
2025-07-04 ad54cf427ee94e01e8c72a01f738615eb2b6569d
src/api/hosp/customer.js
@@ -153,3 +153,14 @@
    }
  })
}
// 体检点击收费按钮接口
export function getUserinfo(data) {
  return request({
    url: '/hosp/customer/zhuceTjCustomer',
    method: 'post',
    data: data
  })
}