版本更新增加

This commit is contained in:
GaoHao
2025-01-13 10:59:11 +08:00
parent 6e6299c341
commit 0dd632eaff
4 changed files with 120 additions and 12 deletions

View File

@@ -1,5 +1,16 @@
import http from '@/http/http.js'
/**
* 获取APP版本信息
*/
export const selectNewApp = (data) => {
return http.request({
url: '/user/selectNewApp',
data: data,
})
}
/**
* 获取用户信息
*/