下载app接口替换
This commit is contained in:
@@ -159,3 +159,12 @@ export function getConfigByCode(data){
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
//获取最新版本
|
||||
export function getNewVersion(key){
|
||||
return request({
|
||||
url: '/driverApp/app/updateVersion',
|
||||
method:'GET',
|
||||
params: key
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user