征信pboc对接-保存全部返回内容
This commit is contained in:
parent
afb1ddf586
commit
8f30f9ce80
@ -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+"',"
|
||||
|
||||
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user