Commit 82215064 by maolipeng

Merge branch 'feature/zhujian/0726/qwLiving' into dev

parents c74de2f7 e131b7ae
...@@ -44,7 +44,7 @@ export default class courseService { ...@@ -44,7 +44,7 @@ export default class courseService {
return createWorkWXLiveCourse(params) return createWorkWXLiveCourse(params)
} }
static getLiveCloudCoursePage(params: any) { static getLiveCloudCoursePage(params: any) {
return getLiveCloudCoursePage(params); return getLiveCloudCoursePage({...params,terminalTypeEnum:"B_WEB"});
} }
// 导出学生上课数据 // 导出学生上课数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment