电表、单体电池接口联调
This commit is contained in:
@ -53,7 +53,13 @@ export function getClusterNameList(stackDeviceId) {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
//单体电池表格数据
|
||||
export function getClusterDataInfoList(siteId,stackDeviceId,clusterDeviceId) {
|
||||
return request({
|
||||
url: `/ems/siteMonitor/getClusterDataInfoList?siteId=${siteId}&stackDeviceId=${stackDeviceId}&clusterDeviceId=${clusterDeviceId}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
//获取液冷列表数据
|
||||
export function getCoolingDataList(siteId) {
|
||||
return request({
|
||||
|
Reference in New Issue
Block a user