补召接口

This commit is contained in:
sjl
2025-10-22 09:24:41 +08:00
parent a7b0982527
commit f0adfe65a5

View File

@@ -5,7 +5,7 @@ export function eventRecall(data: any) {
return createAxios({
url: '/cs-device-boot/icd/bzEvent',
method: 'post',
params: data
data: data
})
}
@@ -14,6 +14,6 @@ export function fileRecall(data: any) {
return createAxios({
url: '/cs-device-boot/icd/bzFile',
method: 'post',
params: data
data: data
})
}