Commit b25c11e5daa75d9998d4f3a23d4677b538298e70

Authored by 王言钊
2 parents 6fc1c3c4 0ec1ebad

Merge branch 'dev'

src/main/java/com/cnlive/shenhe/serviceImpl/ContentServiceImpl.java
@@ -447,12 +447,6 @@ public class ContentServiceImpl { @@ -447,12 +447,6 @@ public class ContentServiceImpl {
447 //调用易盾网站检测接口 447 //调用易盾网站检测接口
448 JSONObject jsonObject = YiDunAntiFraudUtil.submitYiDunUrl(contentUrl); 448 JSONObject jsonObject = YiDunAntiFraudUtil.submitYiDunUrl(contentUrl);
449 if (jsonObject != null) { 449 if (jsonObject != null) {
450 - Integer code = jsonObject.getInteger("code");  
451 - String msg = jsonObject.getString("msg");  
452 - if (code != 200) {  
453 - // |0待发布 |1已发布 |2已下线  
454 - callback(String.valueOf(shyContent.getId()), "机审审核拒绝", CommonConst.AUDIT_REFUSE, "", shyContent.getUpdater());  
455 - }  
456 JSONObject result = jsonObject.getJSONObject("result"); 450 JSONObject result = jsonObject.getJSONObject("result");
457 String dataId = result.getString("dataId"); 451 String dataId = result.getString("dataId");
458 String taskId = result.getString("taskId"); 452 String taskId = result.getString("taskId");