正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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) { |
-
请 注册 或 登录 后发表评论