From 11fb63e17226790d1904180db4c7854ccc87f75b Mon Sep 17 00:00:00 2001
From: 付智勇 <fuzhiyong@efangtec.com>
Date: Fri, 20 Oct 2017 19:29:14 +0800
Subject: [PATCH] 路径修改

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

diff --git a/services/recordInfoService.js b/services/recordInfoService.js
index 27d4722..c30e1f1 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}});
--
libgit2 0.24.0