Commit 0f2879af authored by 郝彦辉's avatar 郝彦辉

接口报送bug

parent 142d3668
......@@ -695,7 +695,7 @@ public class BaiHangZhuDaiService {
repaymentLoanInfo.setMobile(interfaceUploadClient(repaymentLoanInfo.getMobile()));
String resultStr = iHttpService.postBaiHang(baiHangRepayMentLoanInfoUrl, getHeader(), JSON.toJSONString(repaymentLoanInfo));
log.info("众信利民助贷模式TO百行手动报送还款记录 json: {} , result: {} ", JSON.toJSONString(repaymentLoanInfo), resultStr);
log.info("众信利民助贷模式TO百行手动报送还款记录 reqID: {} , result: {} ", repaymentLoanInfo.getReqID(), resultStr);
}
/*} catch (Exception e) {
log.error("百行征信助贷模式手动报送还款异常", e);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment