提交代码
This commit is contained in:
@@ -144,3 +144,11 @@ export function queryPushResult() {
|
||||
method: 'post'
|
||||
})
|
||||
}
|
||||
//查询升级日志
|
||||
export function getByDevId(data: any) {
|
||||
return createAxios({
|
||||
url: '/cs-device-boot/csUpgradeLogs/getByDevId',
|
||||
method: 'get',
|
||||
params:data
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user