From 609a1931953b2298016bd2b0d6b410666b5ad7b9 Mon Sep 17 00:00:00 2001
From: rk <94314517@qq.com>
Date: 星期四, 02 七月 2026 09:19:15 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/3.0.1' into 3.0.1

---
 bicycle/utils/http.api.js |   24 +++++++++++++++++++++++-
 1 files changed, 23 insertions(+), 1 deletions(-)

diff --git a/bicycle/utils/http.api.js b/bicycle/utils/http.api.js
index f38f652..77f68a8 100644
--- a/bicycle/utils/http.api.js
+++ b/bicycle/utils/http.api.js
@@ -40,6 +40,17 @@
 	let updateBikeStatus = (params = {}) => uni.$u.http.get('web/manger/updateBikeStatus/batch', { params })	// 鐢佃溅鎵归噺涓婁笅鏋�
 	let updateLockStatus = (params = {}) => uni.$u.http.get('web/manger/updateLockStatus/batch', { params })	// 鐢佃溅鎵归噺寮�鍏抽攣
 
+	let scanVerify = (data = {}) => uni.$u.http.post('web/douyin/scanVerify', data)	// 鎵爜鏍搁攢
+	let operationCenter = (params = {}) => uni.$u.http.get('web/report/operationCenter', { params })	// 杩愯惀涓績鏁版嵁
+	let operationOrderPage = (data = {}) => uni.$u.http.post('web/report/operationOrderPage', data)	// 璁㈠崟鍒楄〃
+	let forceBack = (data = {}) => uni.$u.http.post('web/business/forceBack', data)	// 寮哄埗杩樿溅
+	let getGoodsorderCanBanlanceDTO = (params = {}) => uni.$u.http.get('web/manger/getGoodsorderCanBanlanceDTO', { params })	// 鑾峰彇鍙��娆句俊鎭�
+	let backGoodsorder = (data = {}) => uni.$u.http.post('web/manger/backGoodsorder', data)	// 閫�娆�
+	let overview = (params = {}) => uni.$u.http.get('web/report/overview', { params })	// 姒傝缁熻:鎬绘敞鍐岀敤鎴�-浠婃棩鏂板-鑷杞�-鐢靛姩杞︽暟閲�
+	let incomeStat = (data = {}) => uni.$u.http.post('web/report/incomeStat', data)	// 鏀跺叆缁熻
+	let bikeIncome = (data = {}) => uni.$u.http.post('web/report/bikeIncome', data)	// 鏀跺叆杞﹀瀷鍒嗘瀽
+	let accountLogout = (data = {}) => uni.$u.http.post('web/account/logout', data)	// 浼氬憳閫�鍑虹櫥褰�
+	let orderRides = (params = {}) => uni.$u.http.get('web/report/orderRides', { params })	// 璁㈠崟楠戣璁板綍
 
 	vm.$u.api = {
 		getUserInfo,
@@ -73,7 +84,18 @@
 		logout,
 		pageBikes,
 		updateBikeStatus,
-		updateLockStatus
+		updateLockStatus,
+		scanVerify,
+		operationCenter,
+		operationOrderPage,
+		forceBack,
+		getGoodsorderCanBanlanceDTO,
+		backGoodsorder,
+		overview,
+		incomeStat,
+		bikeIncome,
+		accountLogout,
+		orderRides
 	};
 }
 

--
Gitblit v1.9.3