From ba3a85f2bf6dc706ba2f74e88e9d81197533f1b7 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 24 十月 2024 18:30:12 +0800
Subject: [PATCH] 优化

---
 h5/apis/index.js |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/h5/apis/index.js b/h5/apis/index.js
index c98a957..124950f 100644
--- a/h5/apis/index.js
+++ b/h5/apis/index.js
@@ -31,7 +31,7 @@
 }
 
 // 鐧诲綍
-export function loginH5(data) {
+export function loginH5(data){
 	return post('system/loginH5', data)
 }
 
@@ -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