修改实际付款接口对接

This commit is contained in:
hexiaomou 2018-06-27 01:48:11 +08:00
parent 5459a116cb
commit baac581f9c
3 changed files with 29 additions and 2 deletions

View File

@ -3814,6 +3814,28 @@
</managerProperties>
</manager>
</class>
<class name="LC_FUND_INCOME_TEMP_HXM" label="" keyAttributes="">
<attributes>
<attribute name="distributor_no" label="distributor_no" type="STRING"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING"/>
<attribute name="distributor_name" label="distributor_name" type="STRING"/>
<attribute name="da_name" label="da_name" type="STRING"/>
<attribute name="ad_number" label="ad_number" type="STRING"/>
<attribute name="da_bank" label="da_bank" type="STRING"/>
<attribute name="provinceInfo" label="provinceInfo" type="STRING"/>
<attribute name="district" label="district" type="STRING"/>
<attribute name="acc_bank" label="acc_bank" type="STRING"/>
<attribute name="acc_name" label="acc_name" type="STRING"/>
<attribute name="acc_number" label="acc_number" type="STRING"/>
<attribute name="SMONEY" label="SMONEY" type="STRING"/>
<attribute name="SCOUNT" label="SCOUNT" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_fund_income_temp_hxm" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.lease.carbrand" >
<class name="LB_CLAIMS_BOOK_DETAIL" label="索赔申请书详情表" keyAttributes="ID">

View File

@ -102,7 +102,11 @@ public class CmbToCallbackController extends BaseFlowStartAction {
String xmlStr = xStream.toXML(toCheckVO);
xmlStr = xmlStr.replace("<ntstLinFxList>", "").replace("</ntstLinFxList>", "").replace("<ntstLinFxList/>", "");
HttpRequest request = new HttpRequest();
//HttpRequest request = new HttpRequest();
//HttpRequest request = new HttpRequest("http://172.16.20.242:65188");
HttpRequest request = new HttpRequest("http://192.168.13.162:65188");
request.setTimeout(3000);
String data = xmlStr;
SDKCheckCallBackVO result = request.sendCheckRequest(data);
if(result==null) {

View File

@ -393,7 +393,8 @@ public class CmbToPayController extends BaseFlowStartAction {
xmlStr = xmlStr.replace("<dcPayReqxList>", "").replace("</dcPayReqxList>", "").replace("<dcPayReqxList/>", "");
try {
System.out.println(xmlStr); //控制台打印请求的XML数据
HttpRequest request = new HttpRequest("http://172.16.20.242:65188");
//HttpRequest request = new HttpRequest("http://172.16.20.242:65188");
HttpRequest request = new HttpRequest("http://192.168.13.162:65188");
request.setTimeout(3000);
//HttpRequest request = new HttpRequest();
String data = xmlStr;