|
|
@@ -137,7 +137,7 @@ public final class ChengTaiAPIQuoteResultsVoBuild {
|
|
|
scoreJson.add(new JSONObject()
|
|
|
.fluentPut("scoreName", "一账通评分")
|
|
|
.fluentPut("scoreKey", "YztScore")
|
|
|
- .fluentPut("score", premiumCalculationResponse.getYztScore()));
|
|
|
+ .fluentPut("score", premiumCalculationResponse.getYztScore().getCentile()));
|
|
|
}
|
|
|
scoreVo.setScoreJson(scoreJson);
|
|
|
return scoreVo;
|