付智勇

线上路径

... ... @@ -49,7 +49,7 @@ recordInfoService.prototype.getRecordFileURL = async(path,time)=>{
let myPath = '/Users/fzy/Downloads/Agora_Recording_SDK_for_Linux_FULL/samples/'+time+"/"+path
let shell = `/20171011/markettest_1227676976_023539/`
// let filenames = await callfile.exec(myPath)
let files=fs.readdirSync(myPath);
let files=fs.readdirSync(pathURL);
console.log(files)
return files
} catch (error) {
... ...