From 3ac279c9df7181c9f21d35a689a321b990b87b22 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 08 六月 2026 17:42:33 +0800
Subject: [PATCH] aaa
---
h5/apis/index.js | 34 ++++++++++++++++++++++++++++++++--
1 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/h5/apis/index.js b/h5/apis/index.js
index c98a957..40e1568 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,34 @@
// 鍙栧綋鍓嶇櫥褰曠殑鐢ㄦ埛淇℃伅
export function getUserInfo() {
return get('system/getUserInfo')
-}
\ No newline at end of file
+}
+
+// 閫�鍑虹櫥褰�
+export function logout(data){
+ return post('system/logout', data)
+}
+
+// 鑾峰彇褰撳墠鐧诲綍浼佷笟閰嶇疆淇℃伅1.0.2
+export function getByLoginNew() {
+ return get('business/webParam/getByLoginNew')
+}
+
+// 鑾峰彇涓绘挱绔〉闈㈤厤缃�
+export function getByLoginAnchor() {
+ return get('business/webParam/getByLoginAnchor')
+}
+
+// H5 涓绘挱绔垵濮嬪寲鍏ㄩ噺鏁版嵁
+export function loadH5InitData() {
+ return get('business/h5/initData')
+}
+
+// 鐢熸垚璁㈠崟缂栧彿
+export function generateOrderNo() {
+ return get('business/order/generateOrderNo')
+}
+
+// 鎻愪氦棰勯�夎鍗�
+export function submitOrder(data) {
+ return post('business/order/submit', data)
+}
--
Gitblit v1.9.3