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

135 lines
5.4 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 getHiddenStatisticsByPortArea = declareRequest(
"getHiddenStatisticsByPortAreaLoading",
"Post > @/hidden/hidden/statisticsByPortArea",
2026-07-17 17:35:09 +08:00
);
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",
);
2026-07-22 17:25:35 +08:00
export const getEightWorkInfoScreenDangerWorkDataStatistics = declareRequest(
"getEightWorkInfoScreenDangerWorkDataStatisticsLoading",
"Post > @/eightwork/eightworkInfo/screenDangerWorkDataStatistics",
);
export const getKeyProjectLargeScreenDepartmentStatistics = declareRequest(
"getKeyProjectLargeScreenDepartmentStatisticsLoading",
"Post > @/keyProject/keyProject/largeScreenDepartmentStatistics",
);
export const getEightWorkInfoScreenDepartmentStatistics = declareRequest(
"getEightWorkInfoScreenDepartmentStatisticsLoading",
"Post > @/eightwork/eightworkInfo/screenDepartmentStatistics",
);
export const getProjectVisualProjectStatistics = declareRequest(
"getProjectVisualProjectStatisticsLoading",
"Get > /xgfManager/project/visualProjectStatistics",
);
export const getKeyProjectLargeScreenProjectProgress = declareRequest(
"getKeyProjectLargeScreenProjectProgressLoading",
"Post > @/keyProject/keyProject/largeScreenProjectProgress",
);
export const getFixedCameraVideoInfoPage = declareRequest(
"getFixedCameraVideoInfoPageLoading",
"Post > @/videopatrol/fixedCamera/getVideoInfoPage",
);
export const getProjectContractProjectStatistics = declareRequest(
"getProjectContractProjectStatisticsLoading",
"Post > @/xgfManager/project/contractProjectStatistics",
);
export const getSensorDeviceFireSituation = declareRequest(
"getSensorDeviceFireSituationLoading",
"Post > @/iotalarm/sensorDevice/fireSituation",
);
export const getFireBrigadeMemberScreenList = declareRequest(
"getFireBrigadeMemberScreenListLoading",
"Post > @/fireAlarm/fireBrigade/member/screen/list",
);
export const getPrimeportMkmjStatistics = declareRequest(
"getPrimeportMkmjStatisticsLoading",
"Get > /primeport/mkmj/statistics",
);
export const getPrimeportClosedAreaCorpStat = declareRequest(
"getPrimeportClosedAreaCorpStatLoading",
"Post > @/primeport/closedArea/corpStat",
);
export const getPrimeportClosedAreaCarApplyScreenList = declareRequest(
"getPrimeportClosedAreaCarApplyScreenListLoading",
"Post > @/primeport/closedAreaCarApply/screenList",
);
export const getPrimeportClosedAreaPersonApplyScreenList = declareRequest(
"getPrimeportClosedAreaPersonApplyScreenListLoading",
"Post > @/primeport/closedAreaPersonApply/screenList",
);