api/common.js @@ -26,6 +26,16 @@ } /** * 获取腾讯云cos sts临时访问凭证 */ export function getSTSToken() { return http.request({ url: `${api.common}/lmk/file/sts`, method: Method.GET, }); } /** * 文件上传地址 * @type {string} */