补召接口
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user