qx
2025-07-01 76af820e2e11366b322705b51c351ace3d40608a
src/api/system/tijian.js
@@ -82,7 +82,17 @@
    // }
  });
}
export function getOrderzhiye(data) {
  return request({
    url: "/zhiye/order",
    method: "post",
    data: data,
    // responseType: 'blob',
    // headers:{
    //   "type": 'application/pdf'
    // }
  });
}
// 根据身份证显示信息
export function getCusIdcard(cusIdcard) {
  return request({