yumeng vor 5 Jahren
Ursprung
Commit
616149c906

+ 1 - 1
module-common/src/main/java/cn/com/ctop/common/module/service/impl/FileInfoServiceImpl.java

@@ -368,7 +368,7 @@ public class FileInfoServiceImpl extends ServiceImpl<FileInfoMapper, FileInfo> i
             return result;
         }
         JSONObject data = bytedanceObject.getJSONObject("data");
-        FileInfo fileInfo = new FileInfo(md5Hex, data, advertiserId, token, "https:" + videoUrl, videoPath, "VIDEO", "1");
+        FileInfo fileInfo = new FileInfo(md5Hex, data, advertiserId, token,  videoUrl, videoPath, "VIDEO", "1");
         fileInfoMapper.insert(fileInfo);
         result.put("code", 0);
         result.put("file", fileInfo);