Commit 6afeeca4 authored by 黄奎's avatar 黄奎

页面修改

parent 43b147b2
......@@ -202,3 +202,14 @@ export function queryChapterTree(data) {
data
})
}
/**
* 获取课程销售端口
*/
export function querySaleplatList() {
return request({
url: "/Course/GetSaleplatList",
method: 'post',
data: {}
})
}
This diff is collapsed.
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