Commit ca84efa97dc2dfb0e97a8b2c5a6db201b661ab60
1 parent
51c0b951
修改目击者视频机审时间
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/cnlive/shenhe/api/VideosControllerApi.java
| @@ -183,7 +183,7 @@ public class VideosControllerApi { | @@ -183,7 +183,7 @@ public class VideosControllerApi { | ||
| 183 | if (CommonUtils.isNotNull(duration) && duration < 300) { | 183 | if (CommonUtils.isNotNull(duration) && duration < 300) { |
| 184 | shyVideos1 = avsample(shyVideos1); | 184 | shyVideos1 = avsample(shyVideos1); |
| 185 | } else { | 185 | } else { |
| 186 | - //机审超过60秒的改为人工审核 | 186 | + //机审超过300秒的改为人工审核 |
| 187 | shyVideos1.setShenhe_type(CommonConst.AUDIT_TYPE_USER); | 187 | shyVideos1.setShenhe_type(CommonConst.AUDIT_TYPE_USER); |
| 188 | } | 188 | } |
| 189 | } | 189 | } |