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