Commit f19f421a authored by 黄奎's avatar 黄奎

1111

parent f8431dd1
...@@ -208,4 +208,15 @@ export function queryPlanAppointmentDetail(data) { ...@@ -208,4 +208,15 @@ export function queryPlanAppointmentDetail(data) {
method: 'post', method: 'post',
data data
}); });
} }
\ No newline at end of file
/**
* 获取学员课消列表
*/
export function queryStuLearnChapterStatic(data) {
return request({
url: '/Scroll/GetStuLearnChapterStatic',
method: 'post',
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