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-17 17:35:09 +08:00
|
|
|
"indexInfoWeatherLoading",
|
|
|
|
|
"Get > /bi/weather/info",
|
|
|
|
|
);
|
|
|
|
|
export const getEventReportListUnfinished = declareRequest(
|
|
|
|
|
"indexInfoEmergencyRescueLoading",
|
|
|
|
|
"Post > @/emergencyRescue/eventReport/listUnfinished",
|
|
|
|
|
);
|
|
|
|
|
export const getProjectTaskScoreCount = declareRequest(
|
|
|
|
|
"indexInfoDomainLoading",
|
|
|
|
|
"Get > /domain/projectTask/scoreCount",
|
|
|
|
|
);
|
|
|
|
|
export const getHiddenStatisticsByCorp = declareRequest(
|
|
|
|
|
"indexInfoHiddenLoading",
|
|
|
|
|
"Post > @/hidden/hidden/statisticsByCorp",
|
|
|
|
|
);
|
|
|
|
|
export const getXgfStatisticsListCorpStatistics = declareRequest(
|
|
|
|
|
"indexInfoXgfManagerLoading",
|
|
|
|
|
"Post > @/xgfManager/xgfStatistics/listCorpStatistics",
|
|
|
|
|
);
|
|
|
|
|
export const getAlarmRecordScreenIotDeviceAlarmPage = declareRequest(
|
|
|
|
|
"indexInfoIotalarmLoading",
|
|
|
|
|
"Post > @/iotalarm/alarmRecord/screenIotDeviceAlarmPage",
|
|
|
|
|
);
|
|
|
|
|
export const getXgfStatisticsListRecordProjectStatistics = declareRequest(
|
|
|
|
|
"indexInfoXgfManagerProjectLoading",
|
|
|
|
|
"Get > /xgfManager/xgfStatistics/listRecordProjectStatistics",
|
|
|
|
|
);
|
|
|
|
|
export const getFixedCameraVideoList = declareRequest(
|
|
|
|
|
"indexInfoVideoPatrolLoading",
|
|
|
|
|
"Post > @/videopatrol/fixedCamera/getVideoList",
|
|
|
|
|
);
|
|
|
|
|
export const getFixedCameraPlayUrl = declareRequest(
|
|
|
|
|
"indexInfoVideoPatrolUrlLoading",
|
|
|
|
|
"Get > /videopatrol/fixedCamera/getPlayUrl",
|
|
|
|
|
);
|
|
|
|
|
export const getEightWorkInfoDangerWorkStatistics = declareRequest(
|
|
|
|
|
"indexInfoEightWorkLoading",
|
|
|
|
|
"Post > @/eightwork/eightworkInfo/dangerWorkStatistics",
|
|
|
|
|
);
|
2026-07-17 18:17:53 +08:00
|
|
|
export const getKeyProjectLargeScreenStatistics = declareRequest(
|
|
|
|
|
"indexInfoKeyProjectLoading",
|
|
|
|
|
"Post > @/keyProject/keyProject/largeScreenStatistics",
|
|
|
|
|
);
|
2026-07-20 17:47:02 +08:00
|
|
|
export const getRiskPointCorpRiskLevel = declareRequest(
|
|
|
|
|
"portIndexRiskLoading",
|
|
|
|
|
"Post > @/risk/riskPoint/corpRiskLevel",
|
|
|
|
|
);
|
|
|
|
|
export const getCorpInfoCorpUserSummary = declareRequest(
|
|
|
|
|
"portIndexBasicInfoSummaryLoading",
|
|
|
|
|
"Post > @/basicInfo/corpInfo/corpUserSummary",
|
|
|
|
|
);
|
|
|
|
|
export const getCorpInfoCorpUserStatisticPage = declareRequest(
|
|
|
|
|
"portIndexBasicInfoStatisticPageLoading",
|
|
|
|
|
"Post > @/basicInfo/corpInfo/corpUserStatisticPage",
|
|
|
|
|
);
|
2026-07-21 09:39:41 +08:00
|
|
|
export const getFirePointDeviceList = declareRequest(
|
2026-07-21 17:24:20 +08:00
|
|
|
"portXiaoFangFirePointDeviceListLoading",
|
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(
|
|
|
|
|
"portWeiXianEightWorkInfoScreenStatusStatisticsLoading",
|
|
|
|
|
"Post > @/eightwork/eightworkInfo/screenStatusStatistics",
|
|
|
|
|
);
|
|
|
|
|
export const getEightWorkInfoScreenWorkRecord = declareRequest(
|
|
|
|
|
"portWeiXianEightWorkInfoScreenWorkRecordLoading",
|
|
|
|
|
"Post > @/eightwork/eightworkInfo/screenWorkRecord",
|
|
|
|
|
);
|
|
|
|
|
export const getEightWorkInfoScreenWorkTrend = declareRequest(
|
|
|
|
|
"portWeiXianEightWorkInfoScreenWorkTrendLoading",
|
|
|
|
|
"Post > @/eightwork/eightworkInfo/screenWorkTrend",
|
|
|
|
|
);
|