下载app接口替换

This commit is contained in:
2025-12-30 10:36:58 +08:00
parent 0732fdcb8e
commit 91b3c069ad
3 changed files with 19 additions and 2 deletions

View File

@@ -159,3 +159,12 @@ export function getConfigByCode(data){
data
})
}
//获取最新版本
export function getNewVersion(key){
return request({
url: '/driverApp/app/updateVersion',
method:'GET',
params: key
})
}