From 197bc6e4967e62a764a0ad62ac2894ddbe514c02 Mon Sep 17 00:00:00 2001
From: 付智勇 <fuzhiyong@efangtec.com>
Date: Mon, 16 Oct 2017 17:20:58 +0800
Subject: [PATCH] 文件路径

---
 services/recordInfoService.js | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/services/recordInfoService.js b/services/recordInfoService.js
index e485479..f6f0d0a 100644
--- a/services/recordInfoService.js
+++ b/services/recordInfoService.js
@@ -47,8 +47,8 @@ recordInfoService.prototype.tencentRecordInfo = async(channelId)=>{
 
 recordInfoService.prototype.getRecordFileURL = async(path,time)=>{
     try {
-        //let onlinePath = '/netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples/'      
-        let onlinePath = '/Users/fzy/Downloads/Agora_Recording_SDK_for_Linux_FULL/samples/' 
+        let onlinePath = '/netWorkSchool/Agora_Recording_SDK_for_Linux_FULL/samples/'      
+        //let onlinePath = '/Users/fzy/Downloads/Agora_Recording_SDK_for_Linux_FULL/samples/' 
         var backFile=[];
         var fileU
         let addrecord =  await recordInfo.findAll({where:{channel:path}});
@@ -73,7 +73,6 @@ recordInfoService.prototype.getRecordFileURL = async(path,time)=>{
                                     createTime:record.createTime,
                                     fileUrl:applacation.recordPath+date1+'/'+cfile+'/'+file
                                  })
-                                 console.log('找到文件',files)
                                 }
                             }
                         })
--
libgit2 0.24.0