征信pboc对接-保存全部返回内容

This commit is contained in:
zhanglei 2023-08-14 09:17:33 +08:00
parent afb1ddf586
commit 8f30f9ce80
2 changed files with 4 additions and 4 deletions

View File

@ -149,8 +149,8 @@ public class PbocNewDataController {
+"xml_data='"+xmlFilePath+"',"
// +"xml_data_content='"+resXMLReport+"',"
// TODO: 2023-5-24 ɾ³ýhtmlÄÚÈÝ´æ´¢
+"xml_data_content='"+PbocXmlUtils.jsonStr2Xml(resJson.toJSONString())+"',"
// +"xml_data_content='"+resXMLReport+"',"
// +"xml_data_content='"+PbocXmlUtils.jsonStr2Xml(resJson.toJSONString())+"',"
+"xml_data_content='"+resXMLReport+"',"
// TODO: 2023-5-24 ɾ³ýhtmlÄÚÈÝ´æ´¢
+"html_data='"+htmlFilePath+"',"
+"req_sts='"+resSts+"',"

View File

@ -36,9 +36,9 @@ public class PbocXmlUtils {
// msgBody.put("reqId", applyId);
// msgBody.put("custName", params.get("fullName"));
// TODO: 2023-8-2 测试环境
msgBody.put("custName", "蠟자");
msgBody.put("custName", "ÂíÁÁ");
msgBody.put("custCertype", "10");//证件类型 10-身份证
msgBody.put("custCertno", "411421198810126471");
msgBody.put("custCertno", "410522198603233216");
// msgBody.put("custCertno", params.get("fullCertId"));
//查询原因 24-融资审批
msgBody.put("qryReason", "24");