From 9f51c8c545b8e95e958b62040c4ca41cd725563c Mon Sep 17 00:00:00 2001
From: 付智勇 <fuzhiyong@efangtec.com>
Date: Tue, 17 Oct 2017 17:42:11 +0800
Subject: [PATCH] 添加用户id

---
 services/recordInfoService.js | 1 +
 1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/services/recordInfoService.js b/services/recordInfoService.js
index a1ec25f..d8f05d5 100644
--- a/services/recordInfoService.js
+++ b/services/recordInfoService.js
@@ -72,6 +72,7 @@ recordInfoService.prototype.getRecordFileURL = async(path,time)=>{
                                  backFile.push({
                                     channel:record.channel,
                                     uid:record.uid,
+                                    userId:record.userId,
                                     timestamp:record.timestamp,
                                     createTime:record.createTime,
                                     fileUrl:applacation.recordPath+date1+'/'+cfile+'/'+file
--
libgit2 0.24.0