fix: 对接电动门接口 电梯接口

This commit is contained in:
zhaohy
2024-08-19 16:15:37 +08:00
parent 45d914b16e
commit 580d82639d
9 changed files with 215 additions and 205 deletions

View File

@@ -0,0 +1,6 @@
import { BASE_URL } from './index';
export enum liftSystemApi {
getDeviceState = `${BASE_URL}/elevatorCtrl/getDeviceState`, // 查询设备最新状态
getDeviceRecordList = `${BASE_URL}/elevatorCtrl/getDeviceRecordList`, // 查询设备日志列表
}