From deeb762c202ed7d2eee2c9e0558e5f2ab466eec1 Mon Sep 17 00:00:00 2001
From: liuleilei <234@qq.com>
Date: 星期六, 08 二月 2025 11:22:58 +0800
Subject: [PATCH] 主播端商品列表代码优化
---
h5/apis/index.js | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/h5/apis/index.js b/h5/apis/index.js
index a0a8c4c..124950f 100644
--- a/h5/apis/index.js
+++ b/h5/apis/index.js
@@ -43,4 +43,14 @@
// 鍙栧綋鍓嶇櫥褰曠殑鐢ㄦ埛淇℃伅
export function getUserInfo() {
return get('system/getUserInfo')
+}
+
+// 閫�鍑虹櫥褰�
+export function logout(data){
+ return post('system/logout', data)
+}
+
+// 鑾峰彇褰撳墠鐧诲綍浼佷笟閰嶇疆淇℃伅1.0.2
+export function getByLoginNew() {
+ return get('business/webParam/getByLoginNew')
}
\ No newline at end of file
--
Gitblit v1.9.3