Commit ca84efa97dc2dfb0e97a8b2c5a6db201b661ab60

Authored by 王言钊
1 parent 51c0b951

修改目击者视频机审时间

src/main/java/com/cnlive/shenhe/api/VideosControllerApi.java
... ... @@ -183,7 +183,7 @@ public class VideosControllerApi {
183 183 if (CommonUtils.isNotNull(duration) && duration < 300) {
184 184 shyVideos1 = avsample(shyVideos1);
185 185 } else {
186   - //机审超过60秒的改为人工审核
  186 + //机审超过300秒的改为人工审核
187 187 shyVideos1.setShenhe_type(CommonConst.AUDIT_TYPE_USER);
188 188 }
189 189 }
... ...