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