付智勇

文件路径

@@ -47,8 +47,8 @@ recordInfoService.prototype.tencentRecordInfo = async(channelId)=>{ @@ -47,8 +47,8 @@ recordInfoService.prototype.tencentRecordInfo = async(channelId)=>{
47 47
48 recordInfoService.prototype.getRecordFileURL = async(path,time)=>{ 48 recordInfoService.prototype.getRecordFileURL = async(path,time)=>{
49 try { 49 try {
50 - //let onlinePath = '/netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples/'  
51 - let onlinePath = '/Users/fzy/Downloads/Agora_Recording_SDK_for_Linux_FULL/samples/' 50 + let onlinePath = '/netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples/'
  51 + //let onlinePath = '/Users/fzy/Downloads/Agora_Recording_SDK_for_Linux_FULL/samples/'
52 var backFile=[]; 52 var backFile=[];
53 var fileU 53 var fileU
54 let addrecord = await recordInfo.findAll({where:{channel:path}}); 54 let addrecord = await recordInfo.findAll({where:{channel:path}});
@@ -73,7 +73,6 @@ recordInfoService.prototype.getRecordFileURL = async(path,time)=>{ @@ -73,7 +73,6 @@ recordInfoService.prototype.getRecordFileURL = async(path,time)=>{
73 createTime:record.createTime, 73 createTime:record.createTime,
74 fileUrl:applacation.recordPath+date1+'/'+cfile+'/'+file 74 fileUrl:applacation.recordPath+date1+'/'+cfile+'/'+file
75 }) 75 })
76 - console.log('找到文件',files)  
77 } 76 }
78 } 77 }
79 }) 78 })