update 推送联联平台后管页面

This commit is contained in:
Lemon
2023-06-05 16:43:26 +08:00
parent c080cdd2fd
commit e2f175bb75
7 changed files with 105 additions and 10 deletions

View File

@@ -94,6 +94,15 @@ export function getSettingByStationId(id) {
});
}
// 查询站点互联互通配置
export function getSettingInfo(data) {
return request({
url: "/pile/station/getSettingInfo",
method: "post",
data: data,
});
}
// 修改站点互联互通配置
export function updateSettingByStationId(data) {
return request({