From 7db888ef570230c5bc8b9e382514eeb5143a18dc Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 27 五月 2025 10:50:49 +0800 Subject: [PATCH] 视频播放记录保存 --- api/common.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/api/common.js b/api/common.js index d6d7573..ad25f22 100644 --- a/api/common.js +++ b/api/common.js @@ -26,6 +26,16 @@ } /** + * 鑾峰彇鑵捐浜慶os sts涓存椂璁块棶鍑瘉 + */ + export function getSTSToken() { + return http.request({ + url: `${api.common}/lmk/file/sts`, + method: Method.GET, + }); +} + +/** * 鏂囦欢涓婁紶鍦板潃 * @type {string} */ -- Gitblit v1.8.0