Commit 3b556b7e520265fa93f43d8b940c9693014065ac

Authored by 王言钊
2 parents b2fbe446 a58d16b3

Merge branch 'dev'

src/main/java/com/cnlive/shenhe/serviceImpl/VideosServiceImpl.java
@@ -406,7 +406,7 @@ public class VideosServiceImpl { @@ -406,7 +406,7 @@ public class VideosServiceImpl {
406 String type = imagesFilter.getString("type"); 406 String type = imagesFilter.getString("type");
407 //易盾失败结果的详情 407 //易盾失败结果的详情
408 String desc = imagesFilter.getString("desc"); 408 String desc = imagesFilter.getString("desc");
409 - logger.info("Type类型为:{}", type); 409 + logger.info("Type类型为:{},Dese为:{},{}", type.toLowerCase(), desc, CommonConst.REJECT);
410 if (type.toLowerCase().equals(CommonConst.PASS)) { 410 if (type.toLowerCase().equals(CommonConst.PASS)) {
411 shyVideos.setMsg(desc); 411 shyVideos.setMsg(desc);
412 //修改点播云视频状态 412 //修改点播云视频状态