From ae5bb0dc68ec9a0be23d2173cec320d5c41e79d1 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 28 五月 2025 09:05:57 +0800
Subject: [PATCH] Merge branch 'dev' of http://42.193.1.25:9521/r/lmk-shop-wx into dev

---
 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