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