From f82526f5b34a023e11310adba11cae555adc40cb Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 01 七月 2026 18:15:01 +0800
Subject: [PATCH] 页面
---
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