pboc接口查询

This commit is contained in:
zhanglei 2023-04-17 11:25:00 +08:00
parent 60670d6695
commit d655f4dd05
3 changed files with 8 additions and 8 deletions

View File

@ -68,11 +68,11 @@ AsControl.OpenView("/Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/pbocdataList
String str;
while((str = br.readLine()) != null) {
String html = str;
if(html.indexOf("<script src=\"viewReport_data/report.js\"></script>") != -1) {
html = html.replaceAll("<script src=\"viewReport_data/report.js\"></script>", "<script src=\"viewReport_data/report.js\"></script><script src=\"viewReport_data/shuiyin.js\"></script>");
if(html.indexOf("<script src=\"viewReport_files/report.js\"></script>") != -1) {
html = html.replaceAll("<script src=\"viewReport_files/report.js\"></script>", "<script src=\"viewReport_files/report.js\"></script><script src=\"viewReport_files/shuiyin.js\"></script>");
}
if(html.indexOf("viewReport_data") != -1) {
html = html.replaceAll("viewReport_data", "Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/viewReport_data");
if(html.indexOf("viewReport_files") != -1) {
html = html.replaceAll("viewReport_files", "Tenwa/Lease/Flow/Comm/BigdataPboc/query_report/viewReport_data");
}
if(html.indexOf("<body") != -1) {
html = html.replaceAll("<body", "<body style=\"overflow:scroll;height:95%\" ");

View File

@ -26,10 +26,10 @@ t_methodType = queryReport
#pboc canshu
pboc_url = http://9.35.68.228:9090/pbcrs/api/msgDispatchController/postProcess
pboc_url = http://9.35.68.228:8080/pbcrs/api/msgDispatchController/postProcess
pboc_txCode = ZXCXA01
pboc_reqSysCode = LOCAL
pboc_loginUserCode = system
pboc_loginUserCode = test
pboc_loginPwd = 123456
pboc_finDept = a5adabc8ae00417bbe1b4f54423f4d03
pboc_authArchUrl = www.baidu.com

View File

@ -30,7 +30,7 @@ public class PbocXmlUtils {
//查询申请类型 01-人工申请通过前置系统发起的申请
msgBody.put("appType", "01");
msgBody.put("rptUser", "system");//报告使用人 登录征信查询前置系统的用户账号
msgBody.put("rptUser", BigDataPropertiesUtil.get("pboc_loginUserCode"));//报告使用人 登录征信查询前置系统的用户账号
msgBody.put("rptUserdept", "777");//填写部门机构代码
// msgBody.put("reqId", applyId);
@ -46,7 +46,7 @@ public class PbocXmlUtils {
//04-社会版"
msgBody.put("qryFormat", "01");//查询版本
msgBody.put("authStartDt", "2021-03-25");
msgBody.put("authEndDt", "2023-03-24");
msgBody.put("authEndDt", "2023-04-24");
msgBody.put("authArchUrl", BigDataPropertiesUtil.get("pboc_authArchUrl"));//授权档案来源URL
msgBody.put("certSrcUrl", BigDataPropertiesUtil.get("pboc_certSrcUrl"));//证照来源URL