付智勇

no message

@@ -48,8 +48,8 @@ recordInfoService.prototype.tencentRecordInfo = async(channelId)=>{ @@ -48,8 +48,8 @@ recordInfoService.prototype.tencentRecordInfo = async(channelId)=>{
48 48
49 recordInfoService.prototype.getRecordFileURL = async(path,time)=>{ 49 recordInfoService.prototype.getRecordFileURL = async(path,time)=>{
50 try { 50 try {
51 - //let onlinePath = '/netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples/'  
52 - let onlinePath = '/Users/fzy/Downloads/Agora_Recording_SDK_for_Linux_FULL/samples/' 51 + let onlinePath = '/netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples/'
  52 + //let onlinePath = '/Users/fzy/Downloads/Agora_Recording_SDK_for_Linux_FULL/samples/'
53 var backFile=[]; 53 var backFile=[];
54 var fileU 54 var fileU
55 let addrecord = await recordInfo.findAll({where:{channel:path},order: [['createTime', 'asc']]}); 55 let addrecord = await recordInfo.findAll({where:{channel:path},order: [['createTime', 'asc']]});