Commit 662a2eb1 authored by BlackJokerCJ's avatar BlackJokerCJ

xiyi

parent 6bd27135
...@@ -48,6 +48,10 @@ public class CreditThirdDataJob { ...@@ -48,6 +48,10 @@ public class CreditThirdDataJob {
thirdData.put("PD_TENCENT_FRAUD",jsonObject.getJSONObject("data")); thirdData.put("PD_TENCENT_FRAUD",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_VIP",jsonObject.getJSONObject("data"));
}else if ("RONG360_BLACK_LIST".equals(jsonObject.getString("dataSource"))){
thirdData.put("PD_R360_ZHDZPF_V2",jsonObject.getJSONObject("data"));
}else if("RONG360_ZXFV3_SCORE".equals(jsonObject.getString("dataSource"))){
thirdData.put("PD_R360_ZHDZPF",jsonObject.getJSONObject("data"));
}else{ }else{
thirdData.put(jsonObject.getString("dataSource"),jsonObject.getJSONObject("data")); thirdData.put(jsonObject.getString("dataSource"),jsonObject.getJSONObject("data"));
} }
......
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