Commit 603fb5028cab111fb3bf6c761d04abb8487eb789

Authored by 王言钊
2 parents 30a13de3 7e2da9b9

Merge branch 'dev'

src/main/java/com/cnlive/shenhe/serviceImpl/ContentServiceImpl.java
@@ -447,9 +447,9 @@ public class ContentServiceImpl { @@ -447,9 +447,9 @@ public class ContentServiceImpl {
447 if (jsonObject != null) { 447 if (jsonObject != null) {
448 Integer code = jsonObject.getInteger("code"); 448 Integer code = jsonObject.getInteger("code");
449 String msg = jsonObject.getString("msg"); 449 String msg = jsonObject.getString("msg");
450 - if (code != 200) { 450 + if (code == 200) {
451 // |0待发布 |1已发布 |2已下线 451 // |0待发布 |1已发布 |2已下线
452 - boolean flag = callback(shyContent.getContent_id(), "易盾机审未通过:" + msg, CommonConst.AUDIT_REFUSE, shyContent.getAuditor_id(), shyContent.getUpdater()); 452 + callback(shyContent.getContent_id(), "易盾机审通过:" + msg, CommonConst.AUDIT_SUCCESS, "","机审通过");
453 } 453 }
454 JSONObject result = jsonObject.getJSONObject("result"); 454 JSONObject result = jsonObject.getJSONObject("result");
455 String dataId = result.getString("dataId"); 455 String dataId = result.getString("dataId");