zouxuan 3 лет назад
Родитель
Сommit
cd145eb8b5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      mec-im/src/main/java/com/ym/service/Impl/LiveRoomServiceImpl.java

+ 1 - 1
mec-im/src/main/java/com/ym/service/Impl/LiveRoomServiceImpl.java

@@ -139,7 +139,7 @@ public class LiveRoomServiceImpl implements LiveRoomService {
     public void recordSync(RecordNotify recordNotify) {
         if(recordNotify.getCode().equals(200)){
             if(recordNotify.getType() != null && recordNotify.getType() == 4){
-                //文件地址
+                // TODO 云端录制文件地址
                 String fileUrl = recordNotify.getOutput().getFileUrl();
 
             }