src/view/car-manage/service.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/view/car-manage/service.js
@@ -57,3 +57,14 @@ export const getOrderMonitoring = (params) => { return axios.get(`/system/order/getOrderMonitoring`, { params }) } // 通知后端开始获取视频流 export const playDetection = (id) => { return axios.get(`/system/car/playDetection/${id}`) } // 通知后端开始关闭视频流 export const closeRealVideo = (id) => { return axios.get(`/system/car/closeRealVideo/${id}`) }