suerprisePlus
2024-08-14 d4a3ca549f8755c2f87442c27217c3be39cab5cc
src/api/mapView/map.js
@@ -1,6 +1,6 @@
import mapServer from '@/utils/mapServer/mapServer';
import kgServer from '@/utils/mapServer/kgServer';
import pyServer from '@/utils/mapServer/pyServer';
//配网接口 => 查询所有
export function zhangzitou_selectAllLine(params) {
    return mapServer.get('/zhangzitou/selectAllLine', { params: params });
@@ -57,4 +57,7 @@
export function zhangzitou_updateZhangzitouEntity(params) {
    return mapServer.post('/zhangzitou/updateZhangzitouEntity', params);
}
//机器学习 => 数字线损
export function py_arima(params) {
    return pyServer.get('/arima', { params: params });
}