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