端口分组

This commit is contained in:
xuefm
2023-03-17 21:41:48 +08:00
parent 97a248a16f
commit 1be0e0d389
35 changed files with 1118 additions and 79 deletions
+9
View File
@@ -14,6 +14,15 @@ export function portPoolList() {
method: 'get'
})
}
export function availablePortList(licenseId) {
return request({
url: '/port-pool/get-available-port-list',
method: 'get',
params: {
licenseId: licenseId
}
})
}
export function updateEnableStatus(id, enable) {
return request({