付智勇

路径修改

@@ -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}});