完成订单模块和教师管理模块
This commit is contained in:
@@ -28,6 +28,12 @@ const api = {
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
},
|
||||
getOrderDetail : data => {
|
||||
return service({
|
||||
url: '/order/'+data.id,
|
||||
method: 'get'
|
||||
})
|
||||
},
|
||||
}
|
||||
export default api
|
||||
|
Reference in New Issue
Block a user