peng
7 天以前 89c12efa2ef8464680c81b11a5d98ac39fc99338
manager/src/api/file.js
@@ -12,3 +12,12 @@
    })
}
// 获取STS访问令牌
export const getSts = () => {
    return service({
        baseURL: commonUrl,
        url: "/common/lmk/file/sts",
        method: "GET"
    })
}