zouxuan hace 3 años
padre
commit
cd145eb8b5

+ 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();
 
             }