版本检测接口

This commit is contained in:
唐明明
2021-11-01 17:24:30 +08:00
parent cb0da38a87
commit 61366da9d2
3 changed files with 33 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
/**
* Web唐明明
* 匆匆数载恍如梦,岁月迢迢华发增。
* 碌碌无为枉半生,一朝惊醒万事空。
* moduleName: 版本信息
*/
import { request } from '../index'
// 微信配置信息
const getVersions = data => {
return request({
url: 'app/version',
data
})
}
export {
getVersions
}