From 48086bde3ff19c8cefb92c449ccadc6c9f9affae Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 13 十一月 2024 18:56:29 +0800
Subject: [PATCH] 车辆人脸点位在线离线时间点
---
src/api/platform/report.js | 20 ++++++++++++++++++--
1 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/src/api/platform/report.js b/src/api/platform/report.js
index 32f3558..92ea668 100644
--- a/src/api/platform/report.js
+++ b/src/api/platform/report.js
@@ -17,6 +17,14 @@
})
}
+// 鍥芥爣鐮佹煡鎶ュ
+export function getReportByGb(gb) {
+ return request({
+ url: '/report/list/' + gb,
+ method: 'get'
+ })
+}
+
// 鏂板鎶ュ
export function addReport(data) {
return request({
@@ -58,8 +66,8 @@
// 瀹℃牳
export function audit(data) {
return request({
- url: '/report/auditing/',
- method: 'get',
+ url: '/report/auditing',
+ method: 'post',
data: data
})
}
@@ -71,3 +79,11 @@
method: 'delete'
})
}
+
+// 鑾峰彇鍚屼竴鎵规鎻愪氦鐨勬姤澶�
+export function getTogether(pid) {
+ return request({
+ url: '/report/getTogether/' + pid,
+ method: 'get'
+ })
+}
--
Gitblit v1.8.0