fix:电动门对接接口

This commit is contained in:
zhaohy
2024-08-15 10:54:58 +08:00
parent 0b37b30c40
commit 3e390a8ce1
3 changed files with 78 additions and 50 deletions

View File

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