版本更新增加
This commit is contained in:
@@ -1,5 +1,16 @@
|
||||
import http from '@/http/http.js'
|
||||
|
||||
|
||||
/**
|
||||
* 获取APP版本信息
|
||||
*/
|
||||
export const selectNewApp = (data) => {
|
||||
return http.request({
|
||||
url: '/user/selectNewApp',
|
||||
data: data,
|
||||
})
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取用户信息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user