付智勇

文件路径

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