wwl
2025-06-10 b907dfc99875a7f117f171e4c68eefd57cba0423
src/api/system/tijian.js
@@ -71,13 +71,15 @@
    url: "/hosp/order",
    method: "post",
    data: data,
    // responseType: 'blob',
    // headers:{
    //   "type": 'application/pdf'
    // }
  });
}
export function getOrderzhiye(data) {
  return request({
    url: "/hosp/order",
    method: "post",
    data: data,
  });
}
// 根据身份证显示信息
export function getCusIdcard(cusIdcard) {
  return request({