Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
付智勇
/
koa2_Sequelize_project
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
付智勇
8 years ago
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
54fc088aa2a948bc6f2ffecaa8474533a6d976dd
54fc088a
1 parent
31d66400
no message
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
controller/recordInfoController.js
controller/recordInfoController.js
查看文件 @
54fc088
...
...
@@ -69,8 +69,9 @@ recordInfoController.prototype.stopRecording = async(ctx,next)=>{
}
recordInfoController
.
prototype
.
tencentRecordInfo
=
async
(
ctx
,
next
)
=>
{
try
{
const
channel
=
ctx
.
request
.
body
.
streamId
;
let
recordInfo
=
await
recordInfoService
.
tencentRecordInfo
(
streamId
)
const
streamId
=
ctx
.
request
.
body
.
streamId
;
let
recordInfo
=
await
recordInfoService
.
tencentRecordInfo
(
streamId
)
return
recordInfo
;
}
catch
(
error
)
{
console
.
error
(
error
);
throw
error
;
...
...
请
注册
或
登录
后发表评论