Commit 49fb79a6 by 陈岩

feat: 新增精准客流修复

1 parent 2ccbd4b6
......@@ -41,6 +41,17 @@ class DataRepairApi {
}
)
}
// 精准客流修复
accurateRepairApi(data){
return axiosInstance.request(
{
method: 'POST',
url: `/simulation/reid`,
data
}
)
}
}
const dataRepairApi = new DataRepairApi()
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!