Compare commits

..

No commits in common. "b249df2dffcb5cd68e96f3b7d5fbb1b2f2ffbe06" and "bb56c3fdab3b7d718a6796836c9ae26e2e1c2772" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ export function getClassmain(id) {
// 获取小组列表
export function listClassgroup(query) {
return request({
url: '/education/classgroup/new/list',
url: '/education/classgroup/list',
method: 'get',
params: query
})
@ -177,8 +177,8 @@ export function endClass(id) {
}
/**
* @description 获取课堂信息
* @param {*} id
* @returns
* @param {*} id
* @returns
*/
export function getClassInfo(id) {
return request({