import {post} from "../utils/request"; export const getVersion = (params) => post("/app/versionmanager/getVersion", params) //版本更新