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