1.更改鹏元接口显示名称;
2.添加鹏元接口数据库属性
This commit is contained in:
parent
7830619b40
commit
c682d37571
@ -73,9 +73,9 @@
|
||||
if(html.indexOf("width=\"103\"") != -1) {
|
||||
html = html.replaceAll("width=\"103\"", "");
|
||||
}
|
||||
if(html.indexOf("<td>个人信息报告</td>") != -1) {
|
||||
if(html.indexOf("<td>卡多笔交易记录</td>") != -1) {
|
||||
// html = html.replaceAll("<td>个人信息报告</td>", "<td><a style=\"position:absolute;left:0;top:8%\" title=\"拉取鹏元数据\" onclick=\"AsButton.run(this, function(){getData();}, event);return false;\" class=\"inline_button \" hidefocus=\"\" href=\"javascript:void(0);\"><span style=\"display:none;\"></span><span class=\"left\"> </span><span class=\"center\"><span class=\"btn_icon btn_icon_edit\"> </span><span class=\"btn_text\">拉取鹏元数据</span></span><span class=\"right\"> </span></a>个人信用报告</td>");
|
||||
html = html.replaceAll("<td>个人信息报告</td>", "<td><a style=\"position:absolute;left:0;top:8%\" title=\"拉取鹏元数据\" onClick=\"returnList();\" class=\"inline_button \" hidefocus=\"\" href=\"#\"><span style=\"display:none;\"></span><span class=\"left\"> </span><span class=\"center\"><span class=\"btn_icon btn_icon_edit\"> </span><span class=\"btn_text\">返回</span></span><span class=\"right\"> </span></a>个人信息报告</td>");
|
||||
html = html.replaceAll("<td>卡多笔交易记录</td>", "<td><a style=\"position:absolute;left:0;top:8%\" title=\"拉取鹏元数据\" onClick=\"returnList();\" class=\"inline_button \" hidefocus=\"\" href=\"#\"><span style=\"display:none;\"></span><span class=\"left\"> </span><span class=\"center\"><span class=\"btn_icon btn_icon_edit\"> </span><span class=\"btn_text\">返回</span></span><span class=\"right\"> </span></a>个人信息报告</td>");
|
||||
}
|
||||
if(html.indexOf("<body>") != -1) {
|
||||
html = html.replaceAll("<body>", "<body style=\"overflow:scroll;height:95%\">");
|
||||
|
||||
@ -4,7 +4,7 @@ keyword1 = ProjectId
|
||||
keyword2 = CustId
|
||||
keyword3 =
|
||||
keyword4 =
|
||||
keyword5 =
|
||||
keyword5 =fullcardNo
|
||||
|
||||
#pengyuan
|
||||
pengyuanUrl=https://test.pycredit.com:6443
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user