Browse Source

过滤已经被拒的视频素材自动创建

songyh 4 years ago
parent
commit
0a969df19e

+ 1 - 0
jeecg-boot-bytedance/src/main/java/org/jeecg/modules/bytedance/common/service/impl/FileInfoServiceImpl.java

@@ -84,6 +84,7 @@ public class FileInfoServiceImpl extends ServiceImpl<FileInfoMapper, FileInfo> i
             if(null==resultObject||null==resultObject.getInteger("code")||0!=resultObject.getInteger("code")){
             if(null==resultObject||null==resultObject.getInteger("code")||0!=resultObject.getInteger("code")){
                 continue;
                 continue;
             }
             }
+            log.info("获取推荐封面返回结果:{}",resultObject);
             JSONObject data = resultObject.getJSONObject("data");
             JSONObject data = resultObject.getJSONObject("data");
             String status = data.getString("status");
             String status = data.getString("status");
             if("SUCCESS".equals(status)){
             if("SUCCESS".equals(status)){