Commit a58d16b3b6d2669ab6273e086a837398ec2a960d
1 parent
47008781
1111
Showing
1 changed file
with
1 additions
and
1 deletions
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 | //修改点播云视频状态 |