update 平台配置页面

This commit is contained in:
2024-05-04 10:12:24 +08:00
parent 186c6f5f40
commit dcf32e5f99
3 changed files with 33 additions and 18 deletions

View File

@@ -164,3 +164,11 @@ export function getParkingInfoList() {
})
}
// 更新站点与第三方平台关系
export function updateThirdPartyStationRelation(data) {
return request({
url: '/pile/station/updateThirdPartyStationRelation',
method: 'post',
data: data,
})
}