zcloud-gbs-bi-react/src/api/biStatistics/index.js

83 lines
3.2 KiB
JavaScript
Raw Normal View History

2026-07-17 17:35:09 +08:00
import { declareRequest } from "@cqsjjb/jjb-dva-runtime";
export const getWeather = declareRequest(
"getWeatherLoading",
2026-07-17 17:35:09 +08:00
"Get > /bi/weather/info",
);
export const getEventReportListUnfinished = declareRequest(
"getEventReportListUnfinishedLoading",
2026-07-17 17:35:09 +08:00
"Post > @/emergencyRescue/eventReport/listUnfinished",
);
export const getProjectTaskScoreCount = declareRequest(
"getProjectTaskScoreCountLoading",
2026-07-17 17:35:09 +08:00
"Get > /domain/projectTask/scoreCount",
);
export const getHiddenStatisticsByCorp = declareRequest(
"getHiddenStatisticsByCorpLoading",
2026-07-17 17:35:09 +08:00
"Post > @/hidden/hidden/statisticsByCorp",
);
export const getXgfStatisticsListCorpStatistics = declareRequest(
"getXgfStatisticsListCorpStatisticsLoading",
2026-07-17 17:35:09 +08:00
"Post > @/xgfManager/xgfStatistics/listCorpStatistics",
);
export const getAlarmRecordScreenIotDeviceAlarmPage = declareRequest(
"getAlarmRecordScreenIotDeviceAlarmPageLoading",
2026-07-17 17:35:09 +08:00
"Post > @/iotalarm/alarmRecord/screenIotDeviceAlarmPage",
);
export const getXgfStatisticsListRecordProjectStatistics = declareRequest(
"getXgfStatisticsListRecordProjectStatisticsLoading",
2026-07-17 17:35:09 +08:00
"Get > /xgfManager/xgfStatistics/listRecordProjectStatistics",
);
export const getFixedCameraVideoList = declareRequest(
"getFixedCameraVideoListLoading",
2026-07-17 17:35:09 +08:00
"Post > @/videopatrol/fixedCamera/getVideoList",
);
export const getFixedCameraPlayUrl = declareRequest(
"getFixedCameraPlayUrlLoading",
2026-07-17 17:35:09 +08:00
"Get > /videopatrol/fixedCamera/getPlayUrl",
);
export const getEightWorkInfoDangerWorkStatistics = declareRequest(
"getEightWorkInfoDangerWorkStatisticsLoading",
2026-07-17 17:35:09 +08:00
"Post > @/eightwork/eightworkInfo/dangerWorkStatistics",
);
2026-07-17 18:17:53 +08:00
export const getKeyProjectLargeScreenStatistics = declareRequest(
"getKeyProjectLargeScreenStatisticsLoading",
2026-07-17 18:17:53 +08:00
"Post > @/keyProject/keyProject/largeScreenStatistics",
);
2026-07-20 17:47:02 +08:00
export const getRiskPointCorpRiskLevel = declareRequest(
"getRiskPointCorpRiskLevelLoading",
2026-07-20 17:47:02 +08:00
"Post > @/risk/riskPoint/corpRiskLevel",
);
export const getCorpInfoCorpUserSummary = declareRequest(
"getCorpInfoCorpUserSummaryLoading",
2026-07-20 17:47:02 +08:00
"Post > @/basicInfo/corpInfo/corpUserSummary",
);
export const getCorpInfoCorpUserStatisticPage = declareRequest(
"getCorpInfoCorpUserStatisticPageLoading",
2026-07-20 17:47:02 +08:00
"Post > @/basicInfo/corpInfo/corpUserStatisticPage",
);
2026-07-21 09:39:41 +08:00
export const getFirePointDeviceList = declareRequest(
"getFirePointDeviceListLoading",
2026-07-21 09:39:41 +08:00
"Post > @/fireCheck/firePoint/deviceList",
);
2026-07-22 09:10:11 +08:00
export const getEightWorkInfoScreenStatusStatistics = declareRequest(
"getEightWorkInfoScreenStatusStatisticsLoading",
2026-07-22 09:10:11 +08:00
"Post > @/eightwork/eightworkInfo/screenStatusStatistics",
);
export const getEightWorkInfoScreenWorkRecord = declareRequest(
"getEightWorkInfoScreenWorkRecordLoading",
2026-07-22 09:10:11 +08:00
"Post > @/eightwork/eightworkInfo/screenWorkRecord",
);
export const getEightWorkInfoScreenWorkTrend = declareRequest(
"getEightWorkInfoScreenWorkTrendLoading",
2026-07-22 09:10:11 +08:00
"Post > @/eightwork/eightworkInfo/screenWorkTrend",
);
export const getKeyProjectLargeScreenProjectStatistics = declareRequest(
"getKeyProjectLargeScreenProjectStatisticsLoading",
"Post > @/keyProject/keyProject/largeScreenProjectStatistics",
);
export const getFixedCameraVideoLocationStat = declareRequest(
"getFixedCameraVideoLocationStatLoading",
"Post > @/videopatrol/fixedCamera/getVideoLocationStat",
);