视频获取优化

This commit is contained in:
xiezhijun
2021-04-30 18:51:39 +08:00
parent af72e645f1
commit aae8475eb2
2 changed files with 22 additions and 0 deletions

View File

@ -137,6 +137,7 @@ public class AliyunVideoUtils {
.setFields(search_field)
.setPageNo(pageNo == null ? 1 : pageNo)
.setPageSize(pageSize == null ? 10 : pageSize)
.setSortBy("CateId:Asc,CreationTime:Desc")
.setScrollToken(scrollToken);
if(StringUtils.isNotEmpty(key) || StringUtils.isNotEmpty(status)){
String matchString = null;