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",
|
|
|
|
|
);
|
2026-07-24 16:33:58 +08:00
|
|
|
export const getHiddenStatisticsByPortArea = declareRequest(
|
|
|
|
|
"getHiddenStatisticsByPortAreaLoading",
|
|
|
|
|
"Post > @/hidden/hidden/statisticsByPortArea",
|
2026-07-17 17:35:09 +08:00
|
|
|
);
|
|
|
|
|
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",
|
|
|
|
|
);
|
2026-07-23 14:03:42 +08:00
|
|
|
export const getFireBrigadeMemberScreenList = declareRequest(
|
|
|
|
|
"getFireBrigadeMemberScreenListLoading",
|
|
|
|
|
"Post > @/fireAlarm/fireBrigade/member/screen/list",
|
2026-07-23 11:41:21 +08:00
|
|
|
);
|
2026-07-24 13:59:10 +08:00
|
|
|
export const getPrimeportMkmjStatistics = declareRequest(
|
|
|
|
|
"getPrimeportMkmjStatisticsLoading",
|
|
|
|
|
"Get > /primeport/mkmj/statistics",
|
|
|
|
|
);
|
2026-07-24 16:33:58 +08:00
|
|
|
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",
|
|
|
|
|
);
|
2026-07-24 17:26:48 +08:00
|
|
|
export const getRiskPointHidden = declareRequest(
|
|
|
|
|
"getRiskPointHiddenLoading",
|
|
|
|
|
"Post > @/risk/listManager/riskPointHidden",
|
|
|
|
|
);
|
2026-07-24 17:54:55 +08:00
|
|
|
export const getDepartmentDuty = declareRequest(
|
|
|
|
|
"getDepartmentDutyLoading",
|
|
|
|
|
"Post > @/risk/listManager/departmentDuty",
|
|
|
|
|
);
|