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