Commit 98d74518 authored by 鹿朋's avatar 鹿朋

修改参数类型

parent f4734c25
...@@ -33,7 +33,7 @@ public class FilterResult { ...@@ -33,7 +33,7 @@ public class FilterResult {
put("otherInformation", responce.getOtherInformation()); put("otherInformation", responce.getOtherInformation());
put("financeProducts", financeProducts); put("financeProducts", financeProducts);
put("xycreditScore", String.valueOf(responce.getXycreditScore())); put("xycreditScore", responce.getXycreditScore());
put("creditLevel", responce.getCreditLevel()); put("creditLevel", responce.getCreditLevel());
put("callbackUrl", responce.getCallbackUrl()); put("callbackUrl", responce.getCallbackUrl());
put("refuseReason", responce.getRefuseReason()); put("refuseReason", responce.getRefuseReason());
......
...@@ -54,7 +54,7 @@ public class AuditResponce { ...@@ -54,7 +54,7 @@ public class AuditResponce {
private String financeProducts; private String financeProducts;
//新颜分 //新颜分
private Integer xycreditScore; private String xycreditScore;
//用户等级 //用户等级
private String creditLevel; private String creditLevel;
......
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