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 | 27 ++++++++++++++++++++++++++-
1 files changed, 26 insertions(+), 1 deletions(-)
diff --git a/h5/apis/index.js b/h5/apis/index.js
index 6bdccf5..40e1568 100644
--- a/h5/apis/index.js
+++ b/h5/apis/index.js
@@ -48,4 +48,29 @@
// 閫�鍑虹櫥褰�
export function logout(data){
return post('system/logout', data)
-}
\ No newline at end of file
+}
+
+// 鑾峰彇褰撳墠鐧诲綍浼佷笟閰嶇疆淇℃伅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