修改测试bug

This commit is contained in:
GGJ
2024-11-27 16:01:08 +08:00
parent 0898cd20d3
commit 52b41a3248
11 changed files with 471 additions and 264 deletions

View File

@@ -73,10 +73,11 @@ export const governDeviceRegister = (data: any) => {
}
// 便携式设备注册
export const portableDeviceRegister = (data: any) => {
export const portableDeviceRegister = (params: any) => {
return createAxios({
url: `/access-boot/device/wlRegister?nDid=${data.nDid}`,
url: `/access-boot/device/wlRegister`,
method: 'POST',
params
})
}