screenFront/src/http/Exhibition/CHIC/index.ts

12 lines
300 B
TypeScript
Raw Normal View History

2024-02-23 09:01:59 +00:00
import {get,post} from "@/utils/http"
//获取设备在线状态、设备列表
export function chicDeviceList(){
return get('/screen/cisma/chicDeviceList')
}
//获取设备在线状态、设备列表
export function mjlDeviceProduction(){
return get('/screen/cisma/mjlDeviceProduction')
}