修改测试BUG

This commit is contained in:
guanj
2026-06-18 16:35:16 +08:00
parent 13f11596e4
commit 8527939eb1
44 changed files with 1329 additions and 953 deletions

View File

@@ -119,3 +119,11 @@ export function resetFactory(data: any) {
params: data
})
}
//修改mac后接入
export function accessByUpdateMac(data: any) {
return createAxios({
url: '/access-boot/device/accessByUpdateMac',
method: 'post',
params: data
})
}