完成 程序升级管理 迁移
This commit is contained in:
@@ -74,4 +74,12 @@ export function addTerminal(query:any) {
|
||||
}
|
||||
})
|
||||
}
|
||||
//查询终端程序版本升级日志
|
||||
export function getTerminalUpLog(data:any) {
|
||||
return createAxios({
|
||||
url: '/device-boot/version/getTerminalUpLog',
|
||||
method: 'post',
|
||||
params: data,
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user