Commit ac8238e5 authored by youjie's avatar youjie

no message

parent 411b3c43
......@@ -96,18 +96,6 @@ export function getIndexInfo(data) {
})
}
/**
* 获取课表信息
* @param {JSON参数} data
*/
export function getStundentPlanStatistical(data) {
return request({
url: '/AppletIndex/GetStundentPlanStatistical',
method: 'post',
data
})
}
/**
* 获取我的课程
* @param {JSON参数} data
......@@ -120,18 +108,6 @@ export function getCourse(data) {
})
}
/**
* 获取我的电子合同
* @param {JSON参数} data
*/
export function getContract(data) {
return request({
url: '/AppletIndex/GetContractList',
method: 'post',
data
})
}
/**
* 获取我的课程进度
* @param {JSON参数} data
......
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