peng
2025-06-17 35a3bccaa12309d337e84db75ae344962e55607a
manager/src/api/file.js
@@ -12,3 +12,12 @@
    })
}
// 获取STS访问令牌
export const getSts = () => {
    return service({
        baseURL: commonUrl,
        url: "/common/lmk/file/sts",
        method: "GET"
    })
}