Commit 4d786723 authored by 黄奎's avatar 黄奎

页面修改

parent 7f6e6772
......@@ -220,3 +220,16 @@ export function SetReserveClass(data) {
data
})
}
/**
* 获取约课班级详情
* @param {JSON参数} data
*/
export function GetReserveClass(data) {
return request({
url: '/VisitorReserve/GetReserveClass',
method: 'post',
data
})
}
\ No newline at end of file
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