Commit 859a1117bb3cfa95cbb3c05b4443c3847926c9b8
1 parent
705cae80
update
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/java/com/cnlive/shenhe/serviceImpl/VideosServiceImpl.java
| @@ -416,6 +416,7 @@ public class VideosServiceImpl { | @@ -416,6 +416,7 @@ public class VideosServiceImpl { | ||
| 416 | public int updateDianboAndShenhe(ShyVideos video, int dianboState) { | 416 | public int updateDianboAndShenhe(ShyVideos video, int dianboState) { |
| 417 | //修改点播云的视频状态 | 417 | //修改点播云的视频状态 |
| 418 | JSONObject result = Pass.auditPass(video.getVideo_id(), dianboState, video.getMsg(), video.getMsg(), video.getCallback()); | 418 | JSONObject result = Pass.auditPass(video.getVideo_id(), dianboState, video.getMsg(), video.getMsg(), video.getCallback()); |
| 419 | + logger.error("点播回调result:{}", result); | ||
| 419 | Integer code = result.getInteger("code"); | 420 | Integer code = result.getInteger("code"); |
| 420 | Integer shenheState = CommonConst.AUDIT_REFUSE; | 421 | Integer shenheState = CommonConst.AUDIT_REFUSE; |
| 421 | if (0 == code) { | 422 | if (0 == code) { |