feat: 添加应用版本检查功能,优化用户体验
This commit is contained in:
@@ -194,4 +194,12 @@ export const getGroupBanList = id => {
|
||||
url: `/api/service/imGroup/muted/account/${id}`,
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
/** 获取应用版本信息 */
|
||||
export const getAppVersion = () => {
|
||||
return uni.request({
|
||||
url: 'https://s3.yxdim.com/app-version.json',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user