Commit 1f25fe5460cc00be1c2f6917b628251ec4757202
Merge branch 'dev'
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/serviceImpl/ContentServiceImpl.java
| ... | ... | @@ -449,7 +449,7 @@ public class ContentServiceImpl { |
| 449 | 449 | String msg = jsonObject.getString("msg"); |
| 450 | 450 | if (code == 200) { |
| 451 | 451 | // |0待发布 |1已发布 |2已下线 |
| 452 | - callback(shyContent.getContent_id(), "易盾机审通过:" + msg, CommonConst.AUDIT_SUCCESS, "","机审通过"); | |
| 452 | + boolean b = callback(shyContent.getContent_id(), msg, CommonConst.AUDIT_SUCCESS, "", "机审通过"); | |
| 453 | 453 | } |
| 454 | 454 | JSONObject result = jsonObject.getJSONObject("result"); |
| 455 | 455 | String dataId = result.getString("dataId"); | ... | ... |