From a6cdbcfe28fcc40ebb4919f57d60fb20122e8e57 Mon Sep 17 00:00:00 2001
From: wwl <xchao828@163.com>
Date: 星期二, 12 八月 2025 09:10:35 +0800
Subject: [PATCH] 1

---
 api/system/report.js |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/api/system/report.js b/api/system/report.js
index c72e2d6..29015cb 100644
--- a/api/system/report.js
+++ b/api/system/report.js
@@ -3,10 +3,10 @@
 // 鏌ヨ浣撴鎶ュ憡瀛樺偍鍒楄〃
 export function getReportList(cusPhone) {
 	return request({
-		url: '/cus/getReport/getReportList',
-		method: 'get',
-		params: {
-			cusPhone: cusPhone
+		url: '/cus/getReport/tijianjilu',
+		method: 'post',
+		data: {
+			idCard:cusPhone
 		}
 	})
 }
@@ -125,3 +125,11 @@
 		data:data
 	})
 }
+// 鏌ヨ浣撴鎶ュ憡瀛樺偍璇︾粏
+export function getwenzhenxinxi(data) {
+	return request({
+		url: '/cus/wx/wenzhenxinxi',
+		method: 'post',
+		data:data
+	})
+}

--
Gitblit v1.8.0