Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -64,7 +64,7 @@ export const devicePage = (params: DeviceQueryParam) => { |
64 | 64 | |
65 | 65 | export const deviceCollect = (params: string[]) => { |
66 | 66 | return defHttp.post({ |
67 | - url: `${DeviceManagerApi.DEVICE_COLLECT}?collectEnum=DEVICE_COLLECT`, | |
67 | + url: `${DeviceManagerApi.DEVICE_COLLECT}`, | |
68 | 68 | params, |
69 | 69 | }); |
70 | 70 | }; | ... | ... |