完成 程序升级管理 迁移

This commit is contained in:
GGJ
2024-02-22 11:34:13 +08:00
parent 777fc7fb40
commit 06933e0f1e
2 changed files with 359 additions and 0 deletions

View File

@@ -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,
})
}