付智勇

线上路径

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