Commit 76268767 authored by ninglx's avatar ninglx

wj-smartcity 快照周期转向导出接口联调

parent 9474a287
...@@ -79,6 +79,21 @@ export const exportLane = (data) => request({ ...@@ -79,6 +79,21 @@ export const exportLane = (data) => request({
responseType: "blob", responseType: "blob",
}) })
// 周期 转向 导出
export const exportTurn = (data) => request({
url:`${baseUrl}/trend/periodTurnExcel`,
method: 'post',
data: data,
responseType: "blob",
})
export const exportSnapshot = (data) => request({
url:`${baseUrl}/trend/laneSnapshotExcel`,
method: 'post',
data: data,
responseType: "blob",
})
// 数据查询 车道快照指标 // 数据查询 车道快照指标
export const getLaneSnapshotIndex = (data) => request({ export const getLaneSnapshotIndex = (data) => request({
url:`${baseUrl}/trend/laneSnapshotIndex`, url:`${baseUrl}/trend/laneSnapshotIndex`,
......
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