qx
qx
5 天以前 3600c4a1e4d7987bd2c99bbc9e9b85d399251abc
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({