Commit 589ff11b authored by BlackJokerCJ's avatar BlackJokerCJ

xiyi

parent 108db2d9
...@@ -66,9 +66,9 @@ public class CreditThirdDataJob { ...@@ -66,9 +66,9 @@ public class CreditThirdDataJob {
JSONObject jsonObject = (JSONObject) jsonArray.get(i); JSONObject jsonObject = (JSONObject) jsonArray.get(i);
log.info("dataSource:[{}],data:[{}]", jsonObject.getString("dataSource"), jsonObject.getJSONObject("data")); log.info("dataSource:[{}],data:[{}]", jsonObject.getString("dataSource"), jsonObject.getJSONObject("data"));
if ("TENCENT_FRAUD_VIP".equals(jsonObject.getString("dataSource"))) { if ("TENCENT_FRAUD_VIP".equals(jsonObject.getString("dataSource"))) {
thirdData.put("PD_TENCENT_FRAUD", jsonObject.getJSONObject("data")); thirdData.put("PD_TENCENT_FRAUD_VIP", jsonObject.getJSONObject("data"));
} else if ("TENCENT_FRAUD_SUMMIT".equals(jsonObject.getString("dataSource"))) { } else if ("TENCENT_FRAUD_SUMMIT".equals(jsonObject.getString("dataSource"))) {
thirdData.put("PD_TENCENT_FRAUD_VIP", jsonObject.getJSONObject("data")); thirdData.put("PD_TENCENT_FRAUD", jsonObject.getJSONObject("data"));
} else if ("RONG360_BLACK_LIST".equals(jsonObject.getString("dataSource"))) { } else if ("RONG360_BLACK_LIST".equals(jsonObject.getString("dataSource"))) {
thirdData.put("PD_R360_ZHDZPF_V2", jsonObject.getJSONObject("data")); thirdData.put("PD_R360_ZHDZPF_V2", jsonObject.getJSONObject("data"));
} else if ("RONG360_ZXFV3_SCORE".equals(jsonObject.getString("dataSource"))) { } else if ("RONG360_ZXFV3_SCORE".equals(jsonObject.getString("dataSource"))) {
......
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