qx
qx
2025-05-30 47b9d49bf40010d0eba022379ab50ca47d021c62
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({