pboc征信-测试数据删除
This commit is contained in:
parent
350bd2c0b6
commit
63af8857d7
@ -23,11 +23,9 @@
|
||||
|
||||
Map<String,String> params = new HashMap<String,String>(); //初始化参数
|
||||
// TODO: 2023/1/31 上线需修改
|
||||
//params.put("fullCertId",CurPage.getParameter("fullcertId"));
|
||||
//params.put("fullName",CurPage.getParameter("fullName"));
|
||||
params.put("fullCertId",CurPage.getParameter("fullcertId"));
|
||||
params.put("fullName",CurPage.getParameter("fullName"));
|
||||
|
||||
params.put("fullCertId", "410522198603233216");
|
||||
params.put("fullName", "ÂíÁÁ");
|
||||
FileInputStream fr = null;
|
||||
BufferedReader br = null;
|
||||
try {
|
||||
|
||||
@ -36,12 +36,9 @@ public class PbocXmlUtils {
|
||||
msgBody.put("rptUserdept", "777");//填写部门机构代码
|
||||
|
||||
// msgBody.put("reqId", applyId);
|
||||
// msgBody.put("custName", params.get("fullName"));
|
||||
// TODO: 2023-8-2 ²âÊÔ»·¾³
|
||||
msgBody.put("custName", "ÂíÁÁ");
|
||||
msgBody.put("custName", params.get("fullName"));
|
||||
msgBody.put("custCertype", "10");//证件类型 10-身份证
|
||||
msgBody.put("custCertno", "410522198603233216");
|
||||
// msgBody.put("custCertno", params.get("fullCertId"));
|
||||
msgBody.put("custCertno", params.get("fullCertId"));
|
||||
//查询原因 24-融资审批
|
||||
msgBody.put("qryReason", "24");
|
||||
msgBody.put("qryType", "0");//查询类型
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user