Commit 717350e1 authored by LSL's avatar LSL

Merge remote-tracking branch 'origin/master'

parents 722070d6 f5d13d18
......@@ -44,6 +44,7 @@ public class CommandProxy {
if(ObjectUtil.isNull(command)){
return JsonResult.error(ExceptionCodeEnum.SYSTEM_URL_ERROR);
}
log.info("[浙农请求requestMethod:处理:------------>{}]",method);
JSONObject jsonObject = JSONObject.parseObject(request);
String requestBody = jsonObject.getString("content");
String sign = jsonObject.getString("sign");
......
......@@ -66,9 +66,9 @@ public class CreditThirdDataJob {
JSONObject jsonObject = (JSONObject) jsonArray.get(i);
log.info("dataSource:[{}],data:[{}]", jsonObject.getString("dataSource"), jsonObject.getJSONObject("data"));
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"))) {
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"))) {
thirdData.put("PD_R360_ZHDZPF_V2", jsonObject.getJSONObject("data"));
} 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