Commit ca04f089 authored by BlackJokerCJ's avatar BlackJokerCJ

xiyi

parent b66ea622
......@@ -53,7 +53,7 @@ public class CreditThirdDataJob {
LoanModel loanModel= loanComponent.getByOrderNo(w.getOrderNo());
JSONObject thirdCredit = new JSONObject();
thirdCredit.put("reqNo", loanModel.getLoanNo());
thirdCredit.put("type", "01");
thirdCredit.put("type", "02");
ZyJsonResult zyJsonResult = abcHttpClient.postRequest(thirdCredit.toJSONString(), ZNPostUrlEnum.CREDIT_QUERY.getCode());
JSONArray jsonArray = zyJsonResult.getExternalInfo();
processThirdData(w.getClientCell(), w.getOrderNo(), jsonArray);
......
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